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

Search results for "module:File::Find::Match"

File::Find::Match - Perform different actions on files based on file name. River stage zero No dependents

This module is allows one to recursively process files and directories based on the filename. It is meant to be more flexible than File::Find....

DHARDISON/File-Find-Match-1.0 - 13 Oct 2006 17:29:14 UTC

File::Find::Match::Util - Some exportable utility functions for writing rulesets. River stage zero No dependents

This provides a few handy functions which create predicates for File::Find::Match....

DHARDISON/File-Find-Match-1.0 - 13 Oct 2006 17:29:14 UTC

lib/File/Find/Match/Sugar.pm River stage zero No dependents

DHARDISON/File-Find-Match-1.0 - 13 Oct 2006 17:29:14 UTC

File::Finder - nice wrapper for File::Find ala find(1) River stage zero No dependents

"File::Find" is great, but constructing the "wanted" routine can sometimes be a pain. This module provides a "wanted"-writer, using syntax that is directly mappable to the *find* command's syntax. Also, I find myself (heh) frequently just wanting the...

MERLYN/File-Finder-0.53 - 08 Apr 2005 19:50:53 UTC

File::Grep - Find matches to a pattern in a series of files and related functions River stage two • 2 direct dependents • 12 total dependents

File::Grep mimics the functionality of the grep function in perl, but applying it to files instead of a list. This is similar in nature to the UNIX grep command, but more powerful as the pattern can be any legal perl function. The main functions prov...

MNEYLON/File-Grep-0.02 - 17 Sep 2005 04:36:39 UTC

File::TTX - Utilities for dealing with TRADOS TTX files River stage zero No dependents

MICHAEL/File-TTX-0.04 - 12 May 2014 19:58:06 UTC

File::Find::Rule - Alternative interface to File::Find River stage four • 279 direct dependents • 2027 total dependents

File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and directories....

RCLAMP/File-Find-Rule-0.34 - 03 Dec 2015 14:31:54 UTC

File::Same - Detect which files are the same as a given one. River stage zero No dependents

File::Same uses MD5 sums to decide which files are the same in a given directory, set of directories or set of files. It was originally written to test which files are the same picture in multiple directories or under multiple filenames, but can be g...

MANWAR/File-Same-0.11 - 01 May 2016 07:07:17 UTC

File::Glob - Perl extension for BSD glob routine River stage five • 11292 direct dependents • 32664 total dependents

The glob angle-bracket operator "<>" is a pathname generator that implements the rules for file name pattern matching used by Unix-like shells such as the Bourne shell or C shell. File::Glob::bsd_glob() implements the FreeBSD glob(3) routine, which i...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

File::Glob - Perl extension for BSD glob routine River stage five • 11292 direct dependents • 32664 total dependents

The glob angle-bracket operator "<>" is a pathname generator that implements the rules for file name pattern matching used by Unix-like shells such as the Bourne shell or C shell. File::Glob::bsd_glob() implements the FreeBSD glob(3) routine, which i...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 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::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

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

DBD::File - Base class for writing file based DBI drivers River stage four • 940 direct dependents • 2099 total dependents

The DBD::File module is not a true DBI driver, but an abstract base class for deriving concrete DBI drivers from it. The implication is, that these drivers work with plain files, for example CSV files or INI files. The module is based on the SQL::Sta...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC

Pod::objects - package with objects for representing POD documents River stage zero No dependents

The following section describes the objects returned by Pod::Compiler and their methods. These objects all inherit from Tree::DAG_Node, so all methods described there are valid as well. The set/retrieve methods all work in the following way: If no ar...

MAREKR/Pod-Compiler-0.21 - 22 Sep 2013 15:41:49 UTC

File::Rules - humane syntax for matching files and directories River stage two • 2 direct dependents • 18 total dependents

File::Rules is based on the Swish-e search configuration option FileRules. See the ACKNOWLEDGEMENTS section. In the course of refactoring SWISH::Prog to expand the support for the FileRules config feature, it seemed obvious to me (so many things beco...

KARMAN/File-Rules-0.02 - 18 Jan 2013 05:40:25 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

File::Tools - UNIX tools implemented as Perl Modules and made available to other platforms as well River stage one • 1 direct dependent • 1 total dependent

SZABGAB/File-Tools-0.10 - 02 Jun 2023 07:07:20 UTC

File::Xcopy - copy files after comparing them. River stage zero No dependents

The File::Xcopy module provides two basic functions, "xcopy" and "xmove", which are useful for coping and/or moving a file or files in a directory from one place to another. It mimics some of behaviours of "xcopy" in DOS but with more functions and o...

GEOTIGER/File-Xcopy-0.12 - 29 Dec 2004 21:20:09 UTC

Daizu::File - class representing files in working copies River stage zero No dependents

Each object of this class represents a particular file in a Daizu CMS working copy (a record in the "wc_file" table)....

GEOFFR/Daizu-0.3 - 26 Nov 2006 20:55:55 UTC
99 results (0.061 seconds)