Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: File Locking

by Anonymous Monk
on Jul 15, 2010 at 20:34 UTC ( [id://849861]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: File Locking
in thread File Locking

His point is still valid. The seek command brings you to the beginning and the description say it brings you to the end. Don't be a jerk.

Replies are listed 'Best First'.
Re^4: File Locking
by Anonymous Monk on Aug 25, 2010 at 14:52 UTC
    His point is still valid. The seek command brings you to the beginning and the description say it brings you to the end. Don't be a jerk.

    The description says

    seek(MYFILE, 0, 0); truncate(MYFILE, 0);These bring us to the end of the file, and then sets the length to zero.
    It describes what happens in effect, not how (it doesn't say seek brings us to the end of the file and truncate sets the length to zero).

    Besides, what is the end of a zero length file? The beginning

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-18 14:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found