|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re: Autoflush $|?by trammell (Priest) |
| on Feb 15, 2006 at 18:54 UTC ( #530466=note: print w/ replies, xml ) | Need Help?? |
|
Are you closing your filehandles? $| only applies to the currently selected filehandle, not to all filehandles. One indicator of this problem is a "suspicious filesize" -- is the created file a multiple of e.g. 8k?
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||