![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re^2: Is print faster than syswrite?by belg4mit (Prior) |
on Jan 29, 2009 at 05:47 UTC ( #739776=note: print w/replies, xml ) | Need Help?? |
Actually, it acts on the currently select()d filehandle,
which is generally STDOUT,
but not always. That's why you still sometimes see the convoluted select((select(STDOUT),$|=1)[0]);
--
In Section
Seekers of Perl Wisdom
|
|