I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time
for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or
on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news,
I hope these links will serve you well.
Posted on 2007-07-06 06:57:03-07
by salvain response to 5646
Re: 64-bit code won't compile and can't connect to sftp server
FATAL ERROR? Have you installed a custom DIE handler? The failing code is wrapped by an eval {} statement, the error should be caught and ignored!
I can't reproduce the error on my system (and it seems very similar to yours: perl 5.8.8 on Debian). Please, post again the full source code for your script, the command line you are using to run it and its exact output.