Search results for "module:File::List"
File::List - Perl extension for crawling directory trees and compiling lists of files
This module crawls the directory tree starting at the provided base directory and can return files (and/or directories if desired) matching a regular expression...
DOPACKI/File-List-0.3.1 - 24 Aug 2002 01:13:09 UTC
File::List::Object - Object containing a list of files (filelist, packlist).
This package provides for creating a list of files (from different sources) and performing arithmetic and other applicable operations on said lists....
CSJEWELL/File-List-Object-0.202 - 13 Feb 2010 03:06:27 UTC
File::DataClass::List - List response class
List object returned by "list" in File::DataClass::ResultSet...
PJFL/File-DataClass-0.73.1 - 02 Jun 2017 00:03:17 UTC
File::Format::RIFF::List - a single RIFF list
A "File::Format::RIFF::List" is a list of data in a RIFF file. It has an identifier, a type, and an array of data. The id is always 'LIST'. The type must be a four character code, and the data is an array of other RIFF lists and/or RIFF chunks....
STURM/File-Format-RIFF-1.0.1 - 08 Aug 2005 23:12:39 UTC
ETL::Pipeline::Input::File::List - Role for input sources with multiple files
This is a role used by input sources. It defines everything you need to process multiple input files of the same format. The role uses Path::Class::Rule to locate matching files. Your input source calls the "next_path" method in a loop. That's it. Th...
RBWOHLFAR/ETL-Pipeline-3.10-a - 05 Feb 2022 02:04:06 UTC
File::DirList - provide a sorted list of directory content
This module is used to get a list of directory content. It is a simple wrapper around DirHandle and sort() The module has two methods: "list($dirName, $sortMode, $noLinks, $hideDotFiles, $showSelf)" Produces a list, accepting 5 parameters: $dirName N...
TPABA/File-DirList-0.05 - 05 Nov 2012 06:54:26 UTC
File::PathList - Find a file within a set of paths (like @INC or Java classpaths)
Many systems that map generic relative paths to absolute paths do so with a set of base paths. For example, perl itself when loading classes first turn a "Class::Name" into a path like "Class/Name.pm", and thens looks through each element of @INC to ...
ADAMK/File-PathList-1.04 - 10 Jul 2008 07:31:15 UTC
File::RsyncP::FileList - Perl interface to rsync file list encoding and decoding.
The File::RsyncP::FileList module is used to encode and decode file lists in using the same format at Rsync. The sender side of Rsync creates a list of all the files the are going to be sent. This list is sent in a compact format to the receiver side...
CBARRATT/File-RsyncP-0.76 - 25 Sep 2020 20:39:33 UTC
File::RDir - List directories and recurse into subdirectories.
KEICHNER/File-RDir-0.02
-
28 Nov 2015 20:12:30 UTC
File::Set - Mange/build a set of files from a list of file/directories
This module is designed to build and manipulate a set of files from a list of input directories and files. You can specify whether directories should be recursed or not, or specific sub-directories ignored....
ROBM/File-Set-1.02 - 04 Feb 2008 02:31:14 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
File::cd - Easily and safely change directory
The global (and negative) effect of perl builtin function "chdir" is well known (see File::chdir's documentation for more details). And few modules have been created to solve this problem: * File::chdir, by David Golden. * File::pushd, also by David ...
SYALTUT/File-cd-0.003 - 23 Sep 2013 06:55:30 UTC
File::Common - List files that are found in {all,more than one} directories
PERLANCAR/File-Common-0.003
-
16 Apr 2019 08:23:50 UTC
QML::File - Basic parsing of the high-level structure of QML files.
This module parses QML files at a very high level, allowing you to determine basic information like the signals, properties, functions, and child objects defined in the QML file....
ZBLAIR/QML-File-0.02 - 10 Apr 2015 06:09:46 UTC
File::XDG - Basic implementation of the XDG base directory specification
This module provides a basic implementation of the XDG base directory specification as exists by the Free Desktop Organization (FDO). It supports all XDG directories except for the runtime directories, which require session management support in orde...
PLICEASE/File-XDG-1.02 - 18 May 2022 21:35:13 UTC
VCS::File - module for access to a file under version control
"VCS::File" abstracts access to a file under version control....
ETJ/VCS-0.25 - 05 Jun 2016 21:19:57 UTC
File::BOM - Utilities for handling Byte Order Marks
This module provides functions for handling unicode byte order marks, which are to be found at the beginning of some files and streams. For details about what a byte order mark is, see <http://www.unicode.org/unicode/faq/utf_bom.html#BOM> The intenti...
MATTLAW/File-BOM-0.18 - 01 May 2020 08:28:53 UTC