Adam Jimerson wrote:

> I wasn't able to remember what it exactly said, but yes it is about
> $ENV{PATH}, on my machine perldoc perlsec is riddled with formating
> problems it looks like, here is a copy of what I mean:
> 

Ok adding $ENV{PATH} = ''; or even $ENV{PATH} = '/usr/bin'; (in case it 
needs to be pointed to an existing directory) changes the error that I get 
to this:

Insecure dependency in piped open while running with -T switch at 
/srv/www/cgi-bin/contact line 87.

Line 87 is where I open /usr/bin/mail for writing, how do I solve this 
problem?




-- 
To unsubscribe, e-mail: beginners-cgi-unsubscr...@perl.org
For additional commands, e-mail: beginners-cgi-h...@perl.org
http://learn.perl.org/


Reply via email to