in reply to Run perl script from web page

Have a look at forking in a cgi script and Watching long processes through CGI.

Replies are listed 'Best First'.
Re^2: Run perl script from web page
by smist (Acolyte) on May 23, 2007 at 21:25 UTC
    I believe the problem I'm having is with the HTTP server I am using. I'm using pico server (pserv.sourceforge.net). I just tried running similar code on a Linux machine I have Apache running on and it's not a problem there. I was using pico server to just have a lightweight server for serving one page internally on our network.

    Thanks for your help.