Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: unique file ID

by davido (Cardinal)
on Apr 30, 2013 at 19:18 UTC ( [id://1031456]=note: print w/replies, xml ) Need Help??


in reply to Re: unique file ID
in thread unique file ID

This is an excellent solution.

File::Temp detects and avoids collisions. It has a limited number of re-tries, so it also helps to use a template with a long enough wildcard segment that a collision is as likely as the earth's destruction by asteroid this month.

File::Temp practices RAII safety by putting the clean-up code in its destructor so that even if the program terminates through an exception the destructor will remove the temp file.

Parallel processing can wreck havoc on safe resource acquisition, but File::Temp has you covered (though you should read the POD section on forking).

Security, community refinement, active maintenance, and extensive testing are all attributes that contribute to making this a good choice.


Dave

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-24 11:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found