Help for this page

Select Code to Download


  1. or download this
    $telnet = new Net::Telnet ( Timeout=>10, Errmode=>'return');
    
  2. or download this
    use Net::Telnet; 
    
    ...
            print $telnet->errmsg . "\n";
        }
    }