Skip Menu |

This queue is for tickets about the Net-SSH-Perl CPAN distribution.

Report information
The Basics
Id: 38146
Status: rejected
Priority: 0/
Queue: Net-SSH-Perl

People
Owner: Nobody in particular
Requestors: vasaka [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.30
Fixed in: (no value)



Subject: croak on fatal_disconnect
Hello, if I can not connecct to remote host by some reason - programm dies with help of croak, that makes the library unusable without modifications - cause I do not my programm to die on failed connection.
On Sun Aug 03 18:14:57 2008, vasaka wrote: Show quoted text
> Hello, if I can not connecct to remote host by some reason - programm > dies with help of croak, that makes the library unusable without > modifications - cause I do not my programm to die on failed connection.
Please see the documentation on eval, which will allow you to catch and handle your scripts errors: http://perldoc.perl.org/search.html?q=eval