Well, this is silly. Net::Telnet wants to time out with alarm(), although IO::Socket has a better method — non-blocking connect — that ought to work on Windows, too.
Perhaps you could try to outsmart the Net::Telnet? Create your object sans Host/Timeout; connect with open() instead. Then slip a sneaky $t->SUPER::timeout(1); before the open. Just an idea...
In reply to Re: Timeout parameter for Net::Telnet under Windows
by Anonymous Monk
in thread Timeout parameter for Net::Telnet under Windows
by SwaJime
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |