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

Unknown File Type -> Apache Tutorial: Dynamic Content with CGI

Replies are listed 'Best First'.
Re^3: cgi.pm and apache
by kflee2000 (Initiate) on Jul 01, 2013 at 15:01 UTC

    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?