Posted on 2007-07-07 12:02:42-07 by salva in response to 5657
Re: 64-bit code won't compile and can't connect to sftp server
It fails because $ENV{PATH} is tainted.

Try adding...

$ENV{PATH} = '/usr/bin:/bin';

at the begining of your script, and it should work.

I have also uploaded a new version of the module to CPAN that catches this error.

Direct Responses: 5669 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.