in reply to Re^2: Executing an application in Perl/CGI
in thread Executing an application in Perl/CGI

Even with the fix the program still dies on the system call. It works perfectly fine but run in a web browser, it dies.
  • Comment on Re^3: Executing an application in Perl/CGI

Replies are listed 'Best First'.
Re^4: Executing an application in Perl/CGI
by blazar (Canon) on May 22, 2007 at 19:42 UTC
    Even with the fix the program still dies on the system call. It works perfectly fine but run in a web browser, it dies.

    Didn't $! and $? help?