in reply to disable pattern match timeout - Net::Telnet

The answer is clearly given in the Net::Telnet manpage section on the waitfor method:
$ok = $obj->waitfor([Match => $matchop,] [String => $string,] [Timeout => $secs,]);

Replies are listed 'Best First'.
Re: Re: disable pattern match timeout - Net::Telnet
by gravitron (Initiate) on Mar 18, 2001 at 18:58 UTC
    thanks, i overlooked that