elsanto666
Programmer
Hi all,
I'm from Java and new to perl. I'd like to call from computer A a program on computer B, so to avoid any firewall or network settings, I decided to use port 80 and have an Apache server sitting on computer B that will get an HTTP request from A and run the program.
So I started learning cgi scripting with Perl and I can get computer A to call basic commands on computer B like "dir" ...
But when I do something more complex, like calling a prog.exe, the web page hangs, the prog.exe process is visible in the computer B task manager and nothing happens.
Any advise is welcome
Thanks a lot
I'm from Java and new to perl. I'd like to call from computer A a program on computer B, so to avoid any firewall or network settings, I decided to use port 80 and have an Apache server sitting on computer B that will get an HTTP request from A and run the program.
So I started learning cgi scripting with Perl and I can get computer A to call basic commands on computer B like "dir" ...
But when I do something more complex, like calling a prog.exe, the web page hangs, the prog.exe process is visible in the computer B task manager and nothing happens.
Any advise is welcome
Thanks a lot