Help for this page

Select Code to Download


  1. or download this
    $t = Net::Telnet->new(Timeout => 10, Port => 23,Prompt => '/.*\>/');
    
  2. or download this
    $t2 = Net::Telnet->new(Timeout => 10, Port => 23,Prompt => '/.*\>/');
    
  3. or download this
    use Net::Telnet;
    use Getopt::Long;
    ...
           NEXT:
    
    }