in reply to
Net::SSH::Perl kills perl from within an eval
Instead of
Net::SSH::Perl
that's an almost dead project, if you can, use
Net::SSH2
. It is based on the libssh2 library that is actively developed and bugs are solved quickly.
Comment on
Re: Net::SSH::Perl kills perl from within an eval
In Section
Seekers of Perl Wisdom