Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: The delay of printing encountered using loop

by morgon (Priest)
on Jun 25, 2012 at 23:35 UTC ( [id://978301]=note: print w/replies, xml ) Need Help??


in reply to Re: The delay of printing encountered using loop
in thread The delay of printing encountered using loop

one nice thing about this approach is that you can specify how different file handles get flushed.
I agree that using IO::Handle methods is nicer but just the approach with $| allows for the same granularity.

It is not the case that setting $| to true turns on autoflushing for all file-handles. It only affects the file-handle that had been selected (or STDOUT when none had been explicitely selected).

see "perldoc -f select"

  • Comment on Re^2: The delay of printing encountered using loop

Log In?
Username:
Password:

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

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

    No recent polls found