http://www.perlmonks.org?node_id=998696


in reply to Re^4: UDP Client Multiple servers
in thread UDP Client Multiple servers

Not really, despite documentation for IO::Socket::INET says "Timeout value for various operations", Timeout parameter is only used by connect method of IO::Socket, it doesn't affect recv in any way.