in reply to Re: Trapping errors in Net::Telnet::Cisco
in thread Trapping errors in Net::Telnet::Cisco
Thanks! I see where I was setting the return in the wrong spot. I had it in the line with the ftp commands. moving it to the top of the loop solved the problem of the die rather than return. The eval made a much better way to collect the errors to log.
Again thanks...
-Kevin