Trying to write the processes input of an hatml form via a cgi script I get this error message:

Software error:

Insecure $ENV{PATH} while running with -T switch at /usr/local/apache2/cgi-bin/post.cgi line 357.


It concerns the following lines of my cgi script

...

$ENV{PATH} = "/usr/local/apache2/cgi-bin";

open(OUTF,">>execute.ml") or &dienice("Can't open execute.ml for writing: $!");

...

What does this error mean and how can I solve it?

Thanks a lot in advance,
Paola.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to