![]() |
|
Perl-Sensitive Sunglasses | |
PerlMonks |
Re^2: if -s clause on a FILEHANDLEby Fletch (Bishop) |
on Jun 08, 2004 at 14:47 UTC ( #362357=note: print w/replies, xml ) | Need Help?? |
You don't have to close it, but you do need to make sure that any writes that you want considered have been flushed (either by setting $|, calling $fh->flush, or closing it if you really are done).</pedant>
In Section
Seekers of Perl Wisdom
|
|