I would like to see this coded like this:
This makes the meaning MUCH clearer.use strict; use warnings; use constant {OUTPUT_AUTOFLUSH_BUFFERED =>0, OUTPUT_AUTOFLUSH_UNBUFFERED=>1}; $| = OUTPUT_AUTOFLUSH_UNBUFFERED; ...
In reply to Re: Perl Idioms Explained - $|++
by NetWallah
in thread Perl Idioms Explained - $|++
by broquaint
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |