![]() |
|
There's more than one way to do things | |
PerlMonks |
how do i reset a filehandle?by Anonymous Monk |
on Jun 01, 2000 at 00:30 UTC ( #15701=perlquestion: print w/replies, xml ) | Need Help?? |
Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hello,
Will someone please tell me how to reset a filehandle to
point to the beginning of the file it is reading? I know I
can achieve this by opening the file, reading, closing the
file, and reopening it, but I want to avoid this if possible.
Thanks for your help!
-relative newbie in dallas
Back to
Seekers of Perl Wisdom
|
|