Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Reading an incoming Data Stream..

by zengargoyle (Deacon)
on Feb 26, 2002 at 00:57 UTC ( [id://147448]=note: print w/replies, xml ) Need Help??


in reply to Reading an incoming Data Stream..

$| = 1; ### Enable Autoflushing of I/O.

Should be...

$| = 1; ### Enable Autoflushing of current STDOUT + filehandle

Later on in your code development it's not going to turn on Autoflushing on your sockets. Just in case you didn't know. (i'm picky at the moment).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-25 06:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found