Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Perl Idioms Explained - $|++

by chromatic (Archbishop)
on Aug 01, 2003 at 18:30 UTC ( [id://280089]=note: print w/replies, xml ) Need Help??


in reply to Perl Idioms Explained - $|++

The $|++ idiom will turn buffering off for when we want to see our output, and we want to see it now!

... thus giving the illusion of better performance at the expense of better performance.

Sometimes that's necessary. I see a lot of programs that disable buffering out of habit where it's unnecessary. Buffering's done for a reason — if you really don't need it, that's one thing, but I think it's silly to disable good things.

Log In?
Username:
Password:

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

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

    No recent polls found