blob: f714b48c0c08150f51e688fef6b7ee69b5609ea5 (
plain) (
blame)
1
2
3
4
5
|
File::Temp can be used to create and open temporary files in a safe way. There
is both a function interface and an object-oriented interface. The File::Temp
constructor or the tempfile() function can be used to return the name and the
open filehandle of a temporary file. The tempdir() function can be used to
create a temporary directory.
|