cyates has asked for the wisdom of the Perl Monks concerning the following question:

Hi I'm just starting to use CGI and HTML form data to run scripts. If you're running a Perl script with HTML Post data on a website, where does Perl look to open documents within the code? In other words, is it looking for a document saved within your website database or your local files? I haven't experimented with anything yet, just want to know

Replies are listed 'Best First'.
Re: Opening documents in CGI (RTM)
by Anonymous Monk on Jul 23, 2013 at 01:28 UTC
Re: Opening documents in CGI
by Anonymous Monk on Jul 23, 2013 at 05:50 UTC

    Hi

    If you are using a web server, it will probably want you to put the web pages in a particular place, which it will tell you in the docs.

    J.C.