Help for this page
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;
command timed out @com2 = $telnet->cmd( ' ip address ' 10.1.4.1 255.255.255.0);