in reply to Re^2: cgi.pm and apache
in thread cgi.pm and apache

thanks, it is the most obvious x permission issue that somehow skip my attention. On testing the tryit.cgi, can I save the form content to a file in the server? Try to insert file open in the "if (param())" section but does not seem to work.

In other words, how to tell a section to be run as server side program while the other use CGI.pm for web construct?