Name : perl-File-MkTemp
| |
Version : 1.0.6
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.7.1
| Date : 2023-07-20 16:25:18
|
Group : Development/Libraries/Perl
| Source RPM : perl-File-MkTemp-1.0.6-lp155.7.1.src.rpm
|
Size : 0.02 MB
| |
Packager : https://www_suse_com/
| |
Summary : Make temporary filename from template
|
Description :
The MkTemp module provides three functions mktemp() mkstemp() and mkstempt().
The function mktemp() returns a unique string based upon the template. The template must contain at least six trailing Xs. The Xs are replaced by a unique string and the template is returned. The unique string is made from picking random elements out of a 52 alpha character array ([a-z][A-Z]). A directory can be specified in which to test for duplicates of the string.
The function mkstemp() does the same as mktemp() except it returns an open file handle. This prevents any possibility of opening up an identical file. The function requires that the directory be specified.
The function mkstempt() does the same as mkstemp() except it returns the name of the template in addition to the file handle.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-F/15.5/noarch |