| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: perl-File-Temp | Distribution: AlmaLinux |
| Version: 0.231.100 | Vendor: AlmaLinux |
| Release: 512.el10 | Build date: Sat Dec 14 16:26:23 2024 |
| Group: Unspecified | Build host: s390x-builder02.almalinux.org |
| Size: 166172 | Source RPM: perl-File-Temp-0.231.100-512.el10.src.rpm |
| Packager: AlmaLinux Packaging Team <packager@almalinux.org> | |
| Url: https://metacpan.org/release/File-Temp | |
| Summary: Return name and handle of a temporary file safely | |
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 file handle of a temporary file. The tempdir() function can be used to create a temporary directory.