in reply to Re^2: Using select() on only one socket
in thread Using select() on only one socket

I know you already got a solution, but...

Could the real problem be because your example used $sock when you create the socket and add it to the select, but $socket on the line where you try to read it ? (use strict should catch this though, so perhaps it's just a typo you made while entering the example)