![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re^3: The print is output later after dieby ikegami (Patriarch) |
on Jan 28, 2022 at 12:21 UTC ( #11140928=note: print w/replies, xml ) | Need Help?? |
$| = 1; affects the currently selected handle. This is the handle print, printf and say use if you don't provide one., and it defaults to STDOUT. In fact, ->autoflush changes the currently selected handle to the invocant, sets $|, then restores the originally selected handle.
In Section
Seekers of Perl Wisdom
|
|