in reply to Re: How to disable timeout in Net::Telnet
in thread How to disable timeout in Net::Telnet

Which module? Unless the doc is wrong this is what was said from the Net-Telnet 3.02. Section on timeout

If $secs is 0 then time-out occurs if the data cannot be immediately read or written. Use the undefined value to turn off timing-out.

However, maximizing the seconds would have been my suggestion if I saw this in time ;)

  • Comment on Re: Re: How to disable timeout in Net::Telnet