![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re^4: avoiding a race (no longer EOF)by tye (Sage) |
on Sep 28, 2010 at 17:28 UTC ( #862475=note: print w/replies, xml ) | Need Help?? |
Thanks, Corion. I also should have pointed out that, in order to keep reading past what had previously been the end-of-file, you'll need to seek( $fh, 0, 0 ) (if you don't just re-open the file). - tye
In Section
Seekers of Perl Wisdom
|
|