File::chmod - Implements symbolic and ls chmod modes
File::chmod is a utility that allows you to bypass system calls or bit processing of a file's permissions. It overloads the chmod() function with its own that gets an octal mode, a symbolic mode (see below), or an "ls" mode (see below). If you wish n...
XENO/File-chmod-0.42 - 14 Feb 2015 23:29:24 UTC
File::chmod::Recursive - Run chmod recursively against directories
Like File::chmod, but recursive with selective permissions...
MITHUN/File-chmod-Recursive-v1.0.3 - 24 Oct 2015 15:41:12 UTC
File::Mode - A perl module to handle, convert, and list unix file modes in various formats.
File::Mode is a simple perl library meant to handle file modes and convert them to the wanted format, as well as read the files in a directory with their modes in a human readable format (eg. -rwxrwxrwx)....
AQUTIV/FileMode-0.05 - 31 Jul 2000 18:52:34 UTC
Mojo::File - File system paths
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.26 - 23 May 2022 15:17:22 UTC
File::Path - Create or remove directory trees
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
Lock::File - file locker with an automatic out-of-scope unlocking mechanism
"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::Tools - UNIX tools implemented as Perl Modules and made available to other platforms as well
#=head2 awk # #Not implemented. # #=cut #sub awk { # _not_implemented(); #} basename Given a path to a file or directory returns the last part of the path. See File::Basename for details....
SZABGAB/File-Tools-0.09 - 17 Oct 2013 10:42:31 UTC
File::Cache - Share data between processes via filesystem
File::Cache is a perl module that implements an object storage space where data is persisted across process boundaries via the filesystem. File::Cache builds a cache in the file system using a multi-level directory structure that looks like this: <CA...
DCLINTON/File-Cache-0.16 - 18 Apr 2001 16:03:14 UTC
Setup::File - Setup file (existence, mode, permission, content)
PERLANCAR/Setup-File-0.23
-
10 Jul 2017 14:54:18 UTC
Meta::Utils::File::Prop - library to help you chmod files and test file properties.
This module eases setting permissions on files. This module provides method to: 1. change ownerships on files. 2. change read/write/execute permissions on files. 3. get various pieces of info on the file using the stat function. and other things....
VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC
File::Remote - Read/write/edit remote files transparently
This module takes care of dealing with files regardless of whether they're local or remote. It allows you to create and edit files without having to worry about their physical location on the network. If a file passed into a function is of the form "...
NWIGER/File-Remote-1.17 - 10 Jan 2005 21:51:10 UTC
File::Unpack - A strong bz2/gz/zip/tar/cpio/rpm/deb/cab/lzma/7z/rar/... archive unpacker, based on mime-types
JNW/File-Unpack-0.70
-
13 Mar 2015 13:47:12 UTC
File::Replace - Perl extension for replacing files by renaming a temp file over the original
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 UTC
File::Searcher - Searches for files and performs search/replacements on matching files
"File::Searcher" allows for the traversing of a directory tree for files matching a Perl regular expression. When a match is found, the statistics are stored and if the file is a text file a series of searches and replacements can be performed. "File...
ASTUBBS/File-Searcher-0.92 - 15 Apr 2007 19:07:34 UTC
Win32API::File - Low-level access to Win32 system API calls for files/dirs.
This provides fairly low-level access to the Win32 System API calls dealing with files and directories. To pass in "NULL" as the pointer to an optional buffer, pass in an empty list reference, "[]". Beyond raw access to the API calls and related cons...
CHORNY/Win32API-File-0.1203 - 12 Mar 2016 19:33:15 UTC
Net::FTP::File - Perl extension for simplifying FTP file operations.
DMUEY/Net-FTP-File-0.06
-
22 Apr 2009 15:51:07 UTC
File::Find::Node - Object oriented directory tree traverser
The constructor File::Find::Node->new creates a top level File::Find::Node object for the specified path. The $f->process method takes a reference to a callback function that is called for each item in the traversal. The $f->post_process method takes...
SCL/File-Find-Node-0.03 - 08 Apr 2008 20:55:48 UTC