Search results for "module:File::Temp"
File::Temp - 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 filehand...
ETHER/File-Temp-0.2311 - 03 Oct 2020 04:04:55 UTC
SPVM::File::Temp - Creating Temporary Files and Directories
The File::Temp class of SPVM has methods to create temporary files and directories....
KIMOTO/SPVM-File-Temp-0.021 - 22 May 2023 23:48:51 UTC
File::Temp::Trace - Trace the creation of temporary files
This module allows you to trace the creation of temporary files. By default, these files are all created in the same directory, and their names are prefixed by the name of the function or method that created them. You can optionally log the creation ...
RRWO/File-Temp-Trace-0.02 - 19 Jun 2011 16:11:33 UTC
File::Temp::Rename - Create a temporary file object for output, and rename it when done.
TNISH/File-Temp-Rename-0.02
-
29 May 2013 01:29:48 UTC
File::Slurper::Temp - File::Slurper + File::Temp
This module is a simple combination of File::Slurper and File::Temp. It provides its version of "write_text" and "write_binary", as well as a couple of functions of its own. This module's version of "write_text" and "write_binary" write to temporary ...
PERLANCAR/File-Slurper-Temp-0.008 - 02 Aug 2021 03:14:04 UTC
File::Temp::MoreUtils - Provide more routines related to creating temporary files/dirs
PERLANCAR/File-Temp-MoreUtils-0.005
-
20 Jul 2021 14:29:08 UTC
SPVM::File::Temp::Dir - Creating Temporary Files and Directories
The File::Temp::Dir class of SPVM has methods to create temporary directories....
KIMOTO/SPVM-File-Temp-0.021 - 22 May 2023 23:48:51 UTC
File::Temp::VarOptions - Like File::Temp, but allowing to set options with variables
PERLANCAR/File-Temp-VarOptions-0.001
-
07 Nov 2021 00:05:37 UTC
File::Temp::Patch::NoCleanup - Disable File::Temp::tempdir's automatic cleanup (CLEANUP => 1)
This module patches File::Temp to disable automatic cleanup of temporary directories. In addition, it prints the created temporary directory to stdout. Useful for debugging....
PERLANCAR/File-Temp-Patch-NoCleanup-0.001 - 04 Aug 2020 10:58:17 UTC
File::Temp::Patch::VarOptions - Allow File::Temp's tempfile() and tempdir() to receive options via package variables
This patch allows File::Temp's "tempfile()" to get options from package variables: $File::Temp::TEMPLATE $File::Temp::DIR $File::Temp::SUFFIX $File::Temp::UNLINK $File::Temp::OPEN $File::Temp::TMPDIR $File::Temp::EXLOCK and File::Temp's "tempdir()" t...
PERLANCAR/File-Temp-Patch-VarOptions-0.001 - 31 Oct 2021 00:06:12 UTC
lib/Data/Range/Compare/Stream/Iterator/File/Temp.pm
AKALINUX/Data-Range-Compare-Stream-4.030
-
10 Dec 2015 21:52:31 UTC
File::MkTempO - Make temporary filename from template
The MkTempO module provides the following functions: new() - for creation of the object. mktemp() - for creation of a unique string based on the template mkstemp() - for creation of a unique file handle opened in the directory specified during creati...
TGUMMELS/File-MkTemp-1.0.6 - 23 Feb 2000 17:10:33 UTC
File::MkTemp - Make temporary filename from template
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 te...
TGUMMELS/File-MkTemp-1.0.6 - 23 Feb 2000 17:10:33 UTC
File::MultiTemp - manage a hash of temporary files
This class maintains a hash reference of objects and opened filehandles. This is useful for maintaining several separate files, for example, several reports based on codes where grouping the data may require a lot of work for the database....
RRWO/File-MultiTemp-v0.1.5 - 17 Apr 2023 14:18:11 UTC
File::Append::TempFile - Perl extension for appending data to files
The "File::Append::TempFile" module provides an OOP interface to appending data to files using a temporary file, in order to ensure the atomicity of the updates. An append session is initiated by invoking the "begin_work()" method and passing it the ...
ROAM/File-Append-TempFile-0.07 - 16 Nov 2015 14:53:16 UTC
Iterator::File::State::TempFile
An Iterator::File state class based on using a temporary file as the persistant store. Iterator::File::Source::TempFile is a subclass of Iterator::File::Source::Interface. new(%config) Constructor options: marker_file (optional) Name of temporary fil...
WREARDON/Iterator-File-1.01 - 19 Jun 2008 04:02:09 UTC