http://www.perlmonks.org?node_id=280194


in reply to Re: Re: Re: Re: Perl Idioms Explained - $|++
in thread Perl Idioms Explained - $|++

Here's intriguing:) ??

perl -e"autoflush STDOUT, 1;" Can't locate object method "autoflush" via package "IO::Handle" at -e +line 1.

Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"When I'm working on a problem, I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong." -Richard Buckminster Fuller
If I understand your problem, I can solve it! Of course, the same can be said for you.