Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^4: Using select() on only one socket

by ivanatora (Sexton)
on Sep 04, 2005 at 10:17 UTC ( [id://489037]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://489037]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-25 10:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found