![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Re: Answer: How to find out if X is an element in an array?by sparkyichi (Deacon) |
on Dec 08, 2001 at 03:25 UTC ( #130353=note: print w/replies, xml ) | Need Help?? |
Is it safer to undef FILE before you reuse it or does it make a difference? I know from a readability standpoint, you might consider using different handles:
I guess from the efficiency point of view that it would use less memory if you either use the same file handle or undef them after you close the file. Is that true? Sparky
In Section
Seekers of Perl Wisdom
|
|