in reply to What is the default timeout value for commands used in telnet
Also, you might finetune your way of operation by changing the timeout for a specific command, like$secs = $telnet->timeout; $prev = $telnet->timeout($secs);
$ok = $obj->cmd( String => "xxx", Timeout => $secs, );
|
|---|