Paketname | libfile-temp-perl |
Beschreibung | Perl module to create a temporary file safely |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.22-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 160 Byte |
Hängt ab von | perl, perl-modules |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 50330 Byte |
Prüfsumme MD5 | 7df6d2e1b08c7ac7d511f54f6ad010c7 |
Prüfsumme SHA1 | 3d5fd4fb5f317fb86c72ae2d73e26e1d8f264035 |
Prüfsumme SHA256 | f531316a0051bb98225effdaeb1f133a02edbedd7a3b9deecb437224dcd60617 |
Link zum Herunterladen | libfile-temp-perl_0.22-1_all.deb |
Ausführliche Beschreibung | 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.
.
The security aspect of temporary file creation is emphasized such that a
filehandle and filename are returned together. This helps guarantee that a
race condition can not occur where the temporary file is created by another
process between checking for the existence of the file and its opening.
Additional security levels are provided to check, for example, that the sticky
bit is set on world writable directories.
.
The modules in this package are already available as part of perl-modules, but
is provided for people that need a newer version of File::Temp.
|