http://qs321.pair.com?node_id=489031


in reply to Using select() on only one socket

.. nothing happens. Any ideas?

Unless you've done something interesting with $/ , $line = <$socket>; tries to read a complete line of text from the socket, blocking until one is available. Is there a full line available?