Search results for "module:File::Sort"
File::Sort - Sort a file or merge sort multiple files
This module sorts text files by lines (or records). Comparisons are based on one or more sort keys extracted from each line of input, and are performed lexicographically. By default, if keys are not given, sort regards each input line as a single fie...
CNANDOR/File-Sort-1.01 - 23 Jan 2002 05:12:37 UTC
File::Util::Sort - Routines related to sorting files in one or more directories
PERLANCAR/File-Util-Sort-0.010
-
26 Nov 2023 09:00:03 UTC
File::Media::Sort - sort media based on their release names
This module was initially written to be used with Parse::Flexget and File::PatternMatch. The flexget application generates a logfile with downloaded files, Parse::Flexget parses that log while this module 'sorts' it before the results are being sent ...
WOLDRICH/File-Media-Sort-0.068 - 18 Feb 2019 10:45:18 UTC
AppBase::Sort::File - Resources for AppBase::Sort-based scripts that use file sources
PERLANCAR/AppBase-Sort-0.002
-
05 Sep 2023 14:22:43 UTC
File::MergeSort - Mergesort ordered files.
File::MergeSort is a hopefully straightforward solution for situations where one wishes to merge data files with presorted records, with the option to process records as they are read. An example might be application server logs which record events c...
BREMNERB/File-MergeSort-1.23 - 02 Jan 2010 11:54:22 UTC
lib/Data/Range/Compare/Stream/Iterator/File/MergeSortAsc.pm
AKALINUX/Data-Range-Compare-Stream-4.030
-
10 Dec 2015 21:52:31 UTC
lib/Data/Range/Compare/Stream/Iterator/File/MergeSortAsc/Stack.pm
AKALINUX/Data-Range-Compare-Stream-4.030
-
10 Dec 2015 21:52:31 UTC
Test::File - test file attributes
This modules provides a collection of test utilities for file attributes. Some file attributes depend on the owner of the process testing the file in the same way the file test operators do. For instance, root (or super-user or Administrator) may alw...
BDFOY/Test-File-1.993 - 01 Jan 2023 13:38:19 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
Pod::objects - package with objects for representing POD documents
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
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::Copy - Copy files or filehandles
The File::Copy module provides two basic functions, "copy" and "move", which are useful for getting the contents of a file from one place to another. copy The "copy" function takes two parameters: a file to copy from and a file to copy to. Either arg...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
File::Find - Traverse a directory tree.
These are functions for searching through directory trees doing work on each file found similar to the Unix *find* command. File::Find exports two functions, "find" and "finddepth". They work similarly but have subtle differences. find find(\&wanted,...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
File::Data - interface to file data
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::Glob - Perl extension for BSD glob routine
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::Repl - Perl module that provides file replication utilities
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::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
File::SubPM - Obsolete. Superceded by File::Where 1.16.
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::Where - find the absolute file for a program module; absolute dir for a repository
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