jayakumark has asked for the wisdom of the Perl Monks concerning the following question:
What is the default timeout value for the command xxx in above case?use Net::Telnet (); my $telnet = TelnetLogin($ip_address,$name, $passwd, $os_type); $out=$telnet->cmd("xxx");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: What is the default timeout value for commands used in telnet
by Krambambuli (Curate) on Apr 12, 2007 at 09:24 UTC | |
|
Re: What is the default timeout value for commands used in telnet
by marto (Cardinal) on Apr 12, 2007 at 09:03 UTC | |
by jeanluca (Deacon) on Apr 12, 2007 at 09:19 UTC | |
by marto (Cardinal) on Apr 12, 2007 at 09:42 UTC | |
|
Re: What is the default timeout value for commands used in telnet
by logie17 (Friar) on Apr 12, 2007 at 15:28 UTC |