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

Search results for "module:File::Next"

File::Next - File-finding iterator River stage two • 20 direct dependents • 35 total dependents

PETDANCE/File-Next-1.18 - 27 Aug 2019 22:11:12 UTC

File::Next::OO - File-finding iterator Wrapper for File::Next::files function River stage zero No dependents

new new takes a list of directories and optional a hashref with params. For all the details see File::Next::files documentation file_filter -> \&file_filter The file_filter lets you check to see if it's really a file you want to get back. If the file...

BORISZ/File-Next-OO-0.04 - 07 Jan 2007 21:45:42 UTC

File::Box - Perl extension for blah blah blah River stage one • 1 direct dependent • 1 total dependent

File::Box serves file path's. It was created to help serving non-module files (like textfiles/templates) in perl module directories and alike. EXPORT None by default....

MUENALAN/File-Box-0.01 - 31 Dec 2009 13:53:06 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

Mpp::File - cached information about files and directories River stage zero No dependents

Mpp::File is an efficient way to avoid re-statting files and rereading directories. For each known file, there is a Mpp::File structure that describes what is known about the file. You may add arbitrary additional information to the structure. Mpp::F...

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

MARC::File - Base class for files of MARC records River stage two • 27 direct dependents • 36 total dependents

GMCHARLT/MARC-Record-2.0.7 - 24 May 2017 00:44:00 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::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

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::ANVL - A Name Value Language routines River stage one • 2 direct dependents • 2 total dependents

This is documentation for the ANVL Perl module, which provides a general framework for data represented in the ANVL format. ANVL (A Name Value Language) represents elements in a label-colon-value format similar to email headers. Specific conversions,...

JAK/File-ANVL-1.05 - 02 Jun 2012 08:12:50 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::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::Kvpar - read and write files containing key-value paragraphs River stage one • 2 direct dependents • 2 total dependents

A kvpar file consists of zero or more paragraphs (delimited by blank lines). Each line in a paragraph has the form "*KEY* *VAL*"; the key and value are separated by a single space (ASCII character 32). A single element may have the form "@*STR* *VAL*...

NKUITSE/File-Kvpar-0.01 - 13 Jun 2014 06:38:01 UTC

File::SubPM - Obsolete. Superceded by File::Where 1.16. River stage zero No dependents

This module is obsolete and superceded by the "File::Where" 1.16....

SOFTDIA/File-SubPM-0.05 - 05 May 2004 00:36:24 UTC

File::Slurp - Simple and Efficient Reading/Writing/Modifying of Complete Files River stage four • 626 direct dependents • 1102 total dependents

This module provides subs that allow you to read or write entire files with one simple call. They are designed to be simple to use, have flexible ways to pass in or get the file contents and to be very efficient. There is also a sub to read in all th...

CAPOEIRAB/File-Slurp-9999.32 - 01 Jul 2020 00:34:08 UTC

File::Maker - mimics a make by loading a database and calling targets methods River stage zero No dependents

When porting low level C code from one architecture to another, makefiles do provide some level of automation and save some time. However, once Perl or another high-level language is up and running, the high-level language usually allows much more ef...

SOFTDIA/File-Maker-0.05 - 13 May 2004 12:35:36 UTC

File::Value - routines to manipulate file name or content as a single value River stage one • 2 direct dependents • 3 total dependents

These are general purpose routines that support the treatment of a file's contents or a file's name as a single data value....

JAK/File-Value-1.02 - 09 Nov 2011 23:49:43 UTC

File::Rdiff - generate remote signatures and patch files using librsync River stage zero No dependents

A more-or-less direct interface to librsync (<http://librsync.sourceforge.net/>). For usage examples (better than this very sparse documentation), see the two example scripts below. POD ERRORS Hey! The above document had some coding errors, which are...

MLEHMANN/File-Rdiff-1.0 - 24 Jul 2008 21:06:11 UTC

File::Where - find the absolute file for a program module; absolute dir for a repository River stage zero No dependents

From time to time, an program needs to know the abolute file for a program module that has not been loaded. The File::Where module provides methods to find this information. For loaded files, using the hash %INC may perform better than using the meth...

SOFTDIA/File-Where-0.05 - 04 May 2004 05:33:05 UTC
177 results (0.043 seconds)