[Ssh-sftp-perl-users] Net::SSH help needed
Brought to you by:
dbrobins
From: Kamal <ks...@en...> - 2004-06-04 06:05:17
|
The Net::SSH::Perl module has by default the Die mode and if any error = occur while establishing SSH connection,it terminates the program and = comes out of the program.Can anyone write a script which will change the = mode and rather than terminating the program it returns with some = parameter which can be used to determine that SSH connection broke.I = have a constarint that I cant change the perl module ...Soby using the = default module can I change the "die" mode for my script. |