3cb1b4f9b6
directories safely. PR: 25767 Submitted by: Johann Visagie <johann@egenetics.com>
11 lines
423 B
Plaintext
11 lines
423 B
Plaintext
File::Temp is a Perl5 module which can be used to generate temporary files
|
|
(providing a filename and filehandle) or directories. Possible race
|
|
conditions are avoided and some security checks are performed (e.g. making
|
|
sure the sticky bit is set on world writeable temp directories).
|
|
|
|
It should be considered to be in a beta state.
|
|
|
|
Author: Tim Jenness <t.jenness@jach.hawaii.edu>
|
|
|
|
-- Johann Visagie <johann@egenetics.com>
|