Name: | rh-perl520-perl-File-Temp |
Version: | 0.23.04 |
Release: | 310.el6 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 159262 |
License: | GPL+ or Artistic |
RPM: |
rh-perl520-perl-File-Temp-0.23.04-310.el6.noarch.rpm
|
Source RPM: |
rh-perl520-perl-File-Temp-0.23.04-310.el6.src.rpm
|
Build Date: | Thu Jan 26 2017 |
Build Host: | x86-ol6-builder-06.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/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. |