Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

RE: Re: how do i reset a filehandle?

by Zoogie (Curate)
on Jun 01, 2000 at 07:11 UTC ( [id://15757]=note: print w/replies, xml ) Need Help??


in reply to Re: how do i reset a filehandle?
in thread how do i reset a filehandle?

Just to clarify lhoward's answer:
The second parameter for seek is a position, the third parameter is what the position is relative to:

0 Relative to the beginning of the file.
1 Relative to the current position.
2 Relative to the end of the file.

So,

  seek HANDLE,0,0
means to move to index 0 relative to the beginning of the file.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://15757]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (7)
As of 2024-04-23 09:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found