Help for this page

Select Code to Download


  1. or download this
    use Net::Telnet;
    $telnet=new::Telnet(Timeout=>60,Error=>'die',Prompt=>'/ksh\$ $/i');
    
  2. or download this
    use Net::Telnet();
    $telnet = new Net::Telnet (Timeout => 60, Error=>'die', Prompt => '/ks
    +h\$ $/i');