The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "file::temp"

File::Temp - return name and handle of a temporary file safely River stage five • 2431 direct dependents • 32646 total dependents

"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 - Search in distribution

File::Fu::File::Temp - temporary files River stage one • 4 direct dependents • 4 total dependents

EWILHELM/File-Fu-v0.0.8 - 03 Jun 2013 07:17:11 UTC - Search in distribution

SPVM::File::Temp - Creating Temporary Files and Directories River stage zero No dependents

The File::Temp class in SPVM has methods to create temporary files and directories....

KIMOTO/SPVM-File-Temp-0.022 - 25 Dec 2023 03:13:43 UTC - Search in distribution

File::Temp::Trace - Trace the creation of temporary files River stage zero No dependents

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 - Search in distribution

File::Temp::Rename - Create a temporary file object for output, and rename it when done. River stage zero No dependents

TNISH/File-Temp-Rename-0.02 - 29 May 2013 01:29:48 UTC - Search in distribution
  • antee - read input from STDIN, write to a temporary staging file, and rename it to FILENAME when there is nothing left to read.

File::Slurper::Temp - File::Slurper + File::Temp River stage one • 3 direct dependents • 6 total dependents

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 - Search in distribution

File::Temp::MoreUtils - Provide more routines related to creating temporary files/dirs River stage one • 3 direct dependents • 5 total dependents

PERLANCAR/File-Temp-MoreUtils-0.005 - 20 Jul 2021 14:29:08 UTC - Search in distribution

File::Temp::VarOptions - Like File::Temp, but allowing to set options with variables River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/File-Temp-VarOptions-0.001 - 07 Nov 2021 00:05:37 UTC - Search in distribution

File::Temp::Patch::NoCleanup - Disable File::Temp::tempdir's automatic cleanup (CLEANUP => 1) River stage one • 1 direct dependent • 1 total dependent

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 - Search in distribution

File::Temp::Patch::VarOptions - Allow File::Temp's tempfile() and tempdir() to receive options via package variables River stage one • 1 direct dependent • 1 total dependent

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 - Search in distribution

lib/CGI/File/Temp.pm River stage four • 286 direct dependents • 1216 total dependents

LEEJO/CGI-4.64 - 18 Mar 2024 12:10:48 UTC - Search in distribution
  • CGI - Handle Common Gateway Interface requests and responses

File::MkTemp - Make temporary filename from template River stage one • 2 direct dependents • 2 total dependents

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 - Search in distribution

File::MultiTemp - manage a hash of temporary files River stage zero No dependents

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 - Search in distribution

File::Append::TempFile - Perl extension for appending data to files River stage zero No dependents

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 - Search in distribution

Pcore::Util::File::TempFile River stage one • 1 direct dependent • 1 total dependent

ZDM/Pcore-v0.139.0 - 14 Jul 2020 14:12:56 UTC - Search in distribution

Iterator::File::State::TempFile River stage zero No dependents

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 - Search in distribution

Test::File::ShareDir::TempDirObject - Internal Object to make code simpler. River stage four • 53 direct dependents • 3822 total dependents

KENTNL/Test-File-ShareDir-1.001002 - 01 Mar 2017 11:39:07 UTC - Search in distribution

Quiq::TempFile - Temporäre Datei River stage zero No dependents

Der Konstruktor der Klasse erzeugt eine temporäre Datei. Geht die letzte Objekt-Referenz aus dem Scope, wird die Datei automatisch gelöscht. Das Datei-Objekt stringifiziert sich im String-Kontext automatisch zum Datei-Pfad. POD ERRORS Hey! The above ...

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC - Search in distribution

Test::TempFile - compact way to use tempfiles in unit tests River stage zero No dependents

This is a simple module for creating temporarily files with optional initial content, then running various tests on the state of the tempfile. It is intended for testing code that uses files as input or output. UTF-8 is assumed everywhere. In the fut...

RJH/Test-TempFile-0.92 - 13 Feb 2019 14:01:18 UTC - Search in distribution
746 results (0.167 seconds)