"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 UTCThis 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 UTCTNISH/File-Temp-Rename-0.02 - 29 May 2013 01:29:48 UTC
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.006 - 21 Jul 2019 00:34:25 UTCThis 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 UTCAKALINUX/Data-Range-Compare-Stream-4.030 - 10 Dec 2015 21:52:31 UTC
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 UTCThe 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 UTCThe "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 UTCAn 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 UTCKENTNL/Test-File-ShareDir-1.001002 - 01 Mar 2017 11:39:07 UTC
This module implements and hides the following pattern for you: 1. Open a temporary file for output 2. While reading from the original file, write output to the temporary file 3. "rename" the temporary file over the original file In many cases, in pa...
HAUKEX/File-Replace-0.14 - 24 Mar 2019 21:11:42 UTCMojo::File is a scalar-based container for file system paths that provides a friendly API for dealing with different operating systems. # Access scalar directly to manipulate path my $path = Mojo::File->new('/home/sri/test'); $$path .= '.txt';...
SRI/Mojolicious-9.16 - 09 Apr 2021 11:31:09 UTCThis module was written to overcome the problem of sending mail messages, where there is no mail application available. The aim of the module is to write messages to a text file, that will format the contents to include all the key elements of the me...
BARBIE/Mail-File-0.13 - 12 Oct 2014 02:05:03 UTC