Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Flushing the print buffers.

by kansaschuck (Sexton)
on Feb 23, 2008 at 06:01 UTC ( [id://669722]=note: print w/replies, xml ) Need Help??


in reply to Re: Flushing the print buffers.
in thread Flushing the print buffers.

This worked nicely:
my $old_fh = select(STDOUT); $| = 1; select($old_fh);
Thanks!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-19 20:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found