R
readercn
Hi,dear all
I am quite new on Perl. Actually I am c++ programmer. So I have some
basic questions about perl,I need your help to find the right direction

My task is to invoke a win32 application through web. This application
is dialog based.It reads some options from a txt file and then loads
data from data base using ADO. Finally the output will be an image.
The enviorment is Win NT+Apache+PHP+Perl. So can I do my task using
perl ?
I have tried to use Win32::Create() to invoke the application,but
nothing happened. I can invoke cmd.exe or calc.exe(although I can only
see it running in Task Manager).
I am in the mess about what perl can do and how to make remote call
running. Can anyone give me an example on how to do it ?
Thanks in advance
I am quite new on Perl. Actually I am c++ programmer. So I have some
basic questions about perl,I need your help to find the right direction
My task is to invoke a win32 application through web. This application
is dialog based.It reads some options from a txt file and then loads
data from data base using ADO. Finally the output will be an image.
The enviorment is Win NT+Apache+PHP+Perl. So can I do my task using
perl ?
I have tried to use Win32::Create() to invoke the application,but
nothing happened. I can invoke cmd.exe or calc.exe(although I can only
see it running in Task Manager).
I am in the mess about what perl can do and how to make remote call
running. Can anyone give me an example on how to do it ?
Thanks in advance