Elliot Holden wrote:
> This is my script
>
> open(OUTFILE, ">>", "survey.txt") or die "$!";
>
> I am runing this script through the webserver using a browswer,
> (action="http://localhost/pathtothecgiscript/cgiscript.cgi";) and the
> file, survey.txt, does NOT get created. When running from
This is my script
open(OUTFILE, ">>", "survey.txt") or die "$!";
I am runing this script through the webserver using a browswer,
(action="http://localhost/pathtothecgiscript/cgiscript.cgi";) and the
file, survey.txt, does NOT get created. When running from the command
line the file DOES get cre