Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Buffering File Output

by clintp (Curate)
on Jan 23, 2002 at 04:56 UTC ( [id://140774]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       select(OUTPUT);  # Change the default filehandle
       $|=1;            # Turn on autoflushing for default f.h.
       select(STDOUT);  # Go back to normal default f.h.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-04-24 01:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found