in reply to Net::SFTP : use of uninitialized value at pack Buffer.pm line 105

The source code of those modules should be able to help you. Did you look at the two lines that emitted those errors? Did you search for places that call those two routines? Did you consider just using "perl -d", the Perl debugger, to stop at the point when the warning happens and then see what the call stack looks like?

- tye        

  • Comment on Re: Net::SFTP : use of uninitialized value at pack Buffer.pm line 105 (source)