in reply to Re^2: system command not working after connection with cgi breaks
in thread system command not working after connection with cgi breaks

You're still having problems because you didn't do what you were asked to do. pc88mixer asked you to redirect stdout in the system call to something else, like /dev/null, so that the output was not 'attached' to the cgi process. Closing stdout in the perl script isn't the same thing.

  • Comment on Re^3: system command not working after connection with cgi breaks