in reply to CGI and Perl script one file, passing arguments

Dear poj

Thank you for your reply. How can we then deal with the read write permission from the webserver to the cgi-bin folder.

Current permission for the cgi-bin folder: drwxr-xr-x

Regards

  • Comment on Re: CGI and Perl script one file, passing arguments

Replies are listed 'Best First'.
Re^2: CGI and Perl script one file, passing arguments
by poj (Abbot) on Dec 10, 2014 at 16:44 UTC

    Write your file somewhere else, /tmp maybe while you are testing.
    poj