in reply to
$|= 0 at start of script
> perl -lwe 'print $|-- for 0..5' 0 1 0 1 0 1
[download]
 
p
Comment on
Re: $= 0 at start of script
Download
Code
In Section
Seekers of Perl Wisdom