in reply to
CMD Command
You can (and probably should) use the diagnostic features provided by Net::Telnet.
$t->Input_log('File-Name_to_Log.txt');
$t->errmsg and die "ERROR: $t->errmsg\n"; # After each cmd
Comment on
Re: CMD Command
In Section
Seekers of Perl Wisdom