Help for this page
$t = Net::Telnet->new(Timeout => 10, Port => 23,Prompt => '/.*\>/');
$t2 = Net::Telnet->new(Timeout => 10, Port => 23,Prompt => '/.*\>/');
use Net::Telnet; use Getopt::Long; ... NEXT: }