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

Search results for "module:File::Remove"

File::Remove - Remove files and directories River stage three • 59 direct dependents • 150 total dependents

File::Remove::remove removes files and directories. It acts like /bin/rm, for the most part. Although "unlink" can be given a list of files, it will not remove directories; this module remedies that. It also accepts wildcards, * and ?, as arguments f...

SHLOMIF/File-Remove-1.61 - 13 Jun 2022 18:18:36 UTC

File::Tasks::Remove - A File::Tasks delete task (deletes a file) River stage zero No dependents

The "File::Tasks::Delete" task provides a mechanism for the File::Tasks to know about existing files, and instruct that they are no longer needed....

ADAMK/File-Tasks-0.07 - 14 Nov 2007 07:23:55 UTC

Meta::Utils::File::Remove - package that eases removal of files and directories. River stage zero No dependents

This module eases the use of rm. Instead of checking for errors all of the time just let this module remove a file or directory for you (it has all the options including a recursive one...). If something happens wrong it dies on you but hey - thats t...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

File::Path - Create or remove directory trees River stage five • 862 direct dependents • 32646 total dependents

This module provides a convenient way to create directories of arbitrary depth and to delete an entire directory subtree from the filesystem. The following functions are provided: make_path( $dir1, $dir2, .... ) make_path( $dir1, $dir2, ...., \%opts ...

JKEENAN/File-Path-2.18 - 05 Nov 2020 01:30:15 UTC

File::BOM::Utils - Check, Add and Remove BOMs River stage zero No dependents

File::BOM::Utils provides a means of testing, adding and removing BOMs (Byte-Order-Marks) within files. It also provides two hashes accessible from outside the module, which convert in both directions between BOM names and values. These hashes are ca...

RSAVAGE/File-BOM-Utils-1.02 - 06 Sep 2015 07:00:18 UTC

File::EmptyDirs - find all empty directories in a path and remove recursively River stage zero No dependents

Ever end up with some miscellaneous empty directories in a messy filesystem and you just want to clean up all empty dirs? For example.. If you have.. /home/myself/tp/this/nada And the only thing in this is 'nada', and 'nada' does not contain anything...

LEOCHARRE/File-EmptyDirs-1.06 - 21 Jan 2010 14:44:33 UTC

File::Kit - Gather files and their metadata together in one place River stage one • 1 direct dependent • 1 total dependent

NKUITSE/File-Kit-0.04 - 16 Jun 2014 07:06:59 UTC

PID::File - PID files that guard against exceptions. River stage one • 2 direct dependents • 2 total dependents

Creating a pid file, or lock file, should be such a simple process. See Daemon::Control for a more complete solution for creating daemons (and pid files). After creating a pid file, if an exception is thrown (and the $pid_file goes out of scope) the ...

CAGAO/PID-File-0.32 - 25 Aug 2012 01:36:58 UTC

File::Pid - Pid File Manipulation River stage one • 4 direct dependents • 8 total dependents

This software manages a pid file for you. It will create a pid file, query the process within to discover if it's still running, and remove the pid file. new my $pidfile = File::Pid->new; my $thisfile = File::Pid->new({ file => '/var/run/daemon.pid',...

CWEST/File-Pid-1.01 - 11 Jan 2005 13:06:36 UTC

Mpp::File - optional subs to complement Mpp::File River stage zero No dependents

This file defines some additional subroutines for the Mpp::File package that are useful only within makepp. This allows Mpp/File.pm to be used outside of makepp itself....

PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC

File::Flat - Implements a flat filesystem River stage two • 7 direct dependents • 14 total dependents

File::Flat implements a flat filesystem. A flat filesystem is a filesystem in which directories do not exist. It provides an abstraction over any normal filesystem which makes it appear as if directories do not exist. In effect, it will automatically...

ETHER/File-Flat-1.07 - 23 Aug 2020 21:49:12 UTC

Lock::File - file locker with an automatic out-of-scope unlocking mechanism River stage one • 2 direct dependents • 4 total dependents

"lockfile" is a perlfunc "flock" wrapper. The lock is autotamically released as soon as the assotiated object is no longer referenced. "lockfile_multi" makes non-blocking "lockfile" calls for multiple files and throws and exception if all are locked....

MMCLERIC/Lock-File-1.03 - 16 Jun 2013 21:00:06 UTC

File::Read - Unique interface for reading one or more files River stage one • 1 direct dependent • 1 total dependent

This module mainly proposes functions for reading one or more files, with different options. See below for more details and examples. Rationale This module was created to address a quite specific need: reading many files, some as a normal user and ot...

SAPER/File-Read-0.0801 - 18 Oct 2007 22:41:14 UTC

File::Repl - Perl module that provides file replication utilities River stage zero No dependents

The File:Repl provides simple file replication and management utilities. Its main functions are File Replication Allowing two directory structures to be maintained, ensuring files that meet selection logic criteria are mirrored and otherwise synchron...

DROBERTS/File-Repl-2.3 - 03 Nov 2015 18:32:52 UTC

Mojo::File - File system paths River stage four • 943 direct dependents • 1041 total dependents

Mojo::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.36 - 08 Mar 2024 22:16:38 UTC

File::KDBX - Encrypted database to store secret text and files River stage one • 1 direct dependent • 2 total dependents

File::KDBX provides everything you need to work with KDBX databases. A KDBX database is a hierarchical object database which is commonly used to store secret information securely. It was developed for the KeePass password safe. See "Introduction to K...

CCM/File-KDBX-0.906 - 17 Aug 2022 01:45:28 UTC

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

File::Data - interface to file data River stage one • 1 direct dependent • 1 total dependent

Wraps all the accessing of a file into a convenient set of calls for reading and writing data, including a simple regex interface. Note that the file needs to exist prior to using this module! See new()...

RFOLEY/File-Data-1.20 - 17 Jun 2016 11:44:36 UTC

File::Spec - portably perform operations on file names River stage five • 7918 direct dependents • 32646 total dependents

This module is designed to support operations commonly performed on file specifications (usually called "file names", but not to be confused with the contents of a file, or Perl's file handles), such as concatenating several directory and file names ...

XSAWYERX/PathTools-3.75 - 29 Aug 2018 19:53:19 UTC

File::Tasks - A set of file tasks to be executed in a directory River stage zero No dependents

File::Tasks allows you to define a set of file tasks to be done to a local filesystem. There are three basic tasks, Add, Edit, and Remove. A single File::Tasks object is used to assemble a collection of these tasks, and then execute them on a new or ...

ADAMK/File-Tasks-0.07 - 14 Nov 2007 07:23:55 UTC
171 results (0.046 seconds)