|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re: How to disable buffering ?by sgifford (Prior) |
| on Jun 03, 2009 at 06:44 UTC ( #767910=note: print w/ replies, xml ) | Need Help?? |
|
Sure, setting $| to true disables buffering for the current filehandle until it is set back to false. You don't have to re-set it for every line of output.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||