in reply to Re: Net::SSH::Perl kills perl from within an eval
in thread Net::SSH::Perl kills perl from within an eval
That means it died from signal 13 (141 & 127). See man kill for a list. On my linux system, that's SIGPIPE, a very likely signal in the situation you presented.