Apparently, the timeout method exists in Win32. It is set to undef by default. Here's the sample code I used:
my $sock = new IO::Socket; print $sock->timeout() || "undef"; # prints "undef" $sock->timeout(10); print $sock->timeout() || "undef"; # prints "10"
Tested on Activestate 5.6.0 multi-threaded
<kbd>--In reply to IO::Socket timeout method on Win32
by OeufMayo
in thread Forking Issue
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |