in reply to Logging into multiple devices

Assuming that the login method is raising the exception:
eval { $t->login( Name => $login_att[11], Password => $login_att[12]) }; warn "Can't Login: $@" if $@;