DISCLAIMER: THESE PAGES ARE STILL UNDER CONSTRUCTION. NO CODE EXAMPLE
BEEN TESTED YET.
Perl - my idiosyncracies
$|=1; - turning off output buffering
[Previous Page]
|[Next Page]
Table of Contents: small |
med |
large
By default, Perl will buffer its output. Being the immediate
gratification sort, I hardly ever want that to happen. So I generally start
all my scripts with
$| = 1;
I don't know when output buffering is actaully desirable. I just
blindly do this on all my code nowadays.
© 2001 Steve Hwan,
hostname: @pacbell.net,
username: svhwan
You should probably use the word "PERL" in the subject line
to get my attention.
Last Modified: Sat Mar 24 01:59:12 2001