Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: -e and unlink

by AgentM (Curate)
on Mar 14, 2001 at 03:54 UTC ( [id://64270]=note: print w/replies, xml ) Need Help??


in reply to -e and unlink

Keep in mind that as long as a file descriptor is open on a certain file, it is not removed. The program may still legally use the file to read or write from. Only when the last file descriptor is closed, does the file really disappear (unless you have cool retrieval software or some machines that support MRI.) Be careful- the file still may be in use after unlinking. This is most often done with temporary files.
AgentM Systems nor Nasca Enterprises nor Bone::Easy nor Macperl is responsible for the comments made by AgentM. Remember, you can build any logical system with NOR.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-23 23:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found