in reply to IO::Socket hanging in ActivePerl 5.8.8

No other replies, so let's have a think. Are you certain the server is sending the data and is unbuffered? <$socket> should work, but it's using $/ as a record terminator, so expects (normally) a "\n", or "\r\n" on Windows. Can't say I've used sysread for sockets, you could try recv instead.
  • Comment on Re: IO::Socket hanging in ActivePerl 5.8.8