in reply to How to disable timeout in Net::Telnet
Try it without the single quotes; as in
$xTelnet = new Net::Telnet (Timeout => undef, Prompt =>'/\%\#\>\$ $/') +;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How to disable timeout in Net::Telnet
by sksridevnair (Initiate) on Jun 17, 2002 at 18:42 UTC |