in reply to Net::SSH::Perl login
Why do you have the eval { ... } there?
Maybe you want to inspect what happened in the eval { ... } block?
Consider looking at eval and its usage of $@. Maybe you want to print it, just in case there was an unexpected error?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Net::SSH::Perl login
by ChristieJS (Novice) on Jun 11, 2014 at 10:43 UTC | |
by vinoth.ree (Monsignor) on Jun 11, 2014 at 12:00 UTC |