use Net::Telnet (); my $telnet = TelnetLogin($ip_address,$name, $passwd, $os_type); $out=$telnet->cmd("xxx"); [download]
In reply to What is the default timeout value for commands used in telnet by jayakumark