Help for this page

Select Code to Download


  1. or download this
    my $ip = 'x.x.x.x';
    my $session = Net::Telnet::Cisco->new( Timeout => 10, Errmode => 'retu
    +rn');
    
  2. or download this
    $session->open($ip);
    if($session->errmsg){
        $session->close;
        }