in reply to Logging into multiple devices
eval { $t->login(Name => $login_att[11], Password =>$login_att[12]); 1 } or warn "Can't Login: " . $t->errmsg;
In the general case, $@ has the error you would normally get printed on stderr when the script died.
|
|---|