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


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

I'm using IO::Socket, not Socket... and in my case \n is \n ;)If I just do
while (<$sock>){ print; }
I see everything printed normaly with line separated by '\n'.
If I send lines terminated by '\n', the server responds normaly. I don't think the problem is right here.