Name: | rh-perl530-perl-File-Temp |
Epoch: | 1 |
Version: | 0.230.900 |
Release: | 451.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 165002 |
License: | GPL+ or Artistic |
RPM: |
rh-perl530-perl-File-Temp-0.230.900-451.el7.noarch.rpm
|
Source RPM: |
rh-perl530-perl-File-Temp-0.230.900-451.el7.src.rpm
|
Build Date: | Wed Dec 09 2020 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/File-Temp |
Summary: | Return name and handle of a temporary file safely |
Description: | 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. |