Help for this page

Select Code to Download


  1. or download this
    my @lines; 
    @lines = $telnet->cmd('config t'); 
    ...
    @com2 = $telnet->cmd("$command");
    @com2 = $telnet->cmd( '  ip address '  10.1.4.1 255.255.255.0); 
    print @com2;
    
  2. or download this
    command timed out
     @com2 = $telnet->cmd( '  ip address '  10.1.4.1 255.255.255.0);