in reply to Re^2: what does timeout mean in IO::Socket::INET ?
in thread what does timeout mean in IO::Socket::INET ?

Yes, it used by IO::Socket. But note that it use it only in connect and accept. So if you want timeout in sysread you should set socket option or better use IO::Select.
  • Comment on Re^3: what does timeout mean in IO::Socket::INET ?