in reply to
"Resetting" a file handle
You probably want to take a look at
seek
.
seek FILEHANDLE, 0, 0;
[download]
will reset a filehandle to the beginning of the file.
Comment on
Re: "Resetting" a file handle
Download
Code
In Section
Seekers of Perl Wisdom