Search results for "module:File::Compare"
File::Compare - Compare files or filehandles
The File::Compare::compare function compares the contents of two sources, each of which can be a file or a file handle. It is exported from File::Compare by default. File::Compare::cmp is a synonym for File::Compare::compare. It is exported from File...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
File::DirCompare - Perl module to compare two directories using callbacks.
File::DirCompare is a perl module to compare two directories using a callback, invoked for all files that are 'different' between the two directories, and for any files that exist only in one or other directory ('unique' files). File::DirCompare has ...
GAVINC/File-DirCompare-0.7 - 10 Oct 2012 02:25:39 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.pm
AKALINUX/Data-Range-Compare-Stream-4.030
-
10 Dec 2015 21:52:31 UTC
lib/Data/Range/Compare/Stream/Iterator/File/Temp.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
File::Find::Rule::DirCompare - Find files by comparing with 2nd directory
REHSACK/File-Find-Rule-DirCompare-0.020
-
02 Oct 2013 17:43:33 UTC
File::Cmp - compare two files character by character
This module offers a fcmp function that checks whether the contents of two files are identical, in the spirit of the Unix cmp(1) utility. A single subroutine, fcmp, is offered for optional export. It expects at minimum two files or file handles, alon...
JMATES/File-Cmp-1.09 - 07 Mar 2023 01:00:58 UTC
File::MultipleDiff - Compare multiple files
Compares many files with each other. Writes comparison results into a symmetric matrix with one row and column per compared file. Each matrix element reports the number of differences between the files corresponding to the column and row. If a direct...
RIVILISM/File-MultipleDiff-0.06 - 21 Apr 2013 19:11:21 UTC
MPE::File - Perl extension for accessing MPE File intrinsics
The primary reference should be the MPE/iX Intrinsic Reference Manual (available at http://docs.hp.com/mpeix/all/index.html) Notice that there are some difference in parameters. For example, I take care of all the delimited strings in HPFOPEN Subrout...
KAHIRSCH/MPE-File-0.06 - 18 Dec 2002 21:53:09 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::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::Same - Detect which files are the same as a given one.
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::Temp - return name and handle of a temporary file safely
"File::Temp" can be used to create and open temporary files in a safe way. There is both a function interface and an object-oriented interface. The File::Temp constructor or the tempfile() function can be used to return the name and the open filehand...
ETHER/File-Temp-0.2311 - 03 Oct 2020 04:04:55 UTC
File::KDBX - Encrypted database to store secret text and files
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::Tools - UNIX tools implemented as Perl Modules and made available to other platforms as well
SZABGAB/File-Tools-0.10
-
02 Jun 2023 07:07:20 UTC
File::chdir - a more sensible way to change directories
Perl's "chdir()" has the unfortunate problem of being very, very, very global. If any part of your program calls "chdir()" or if any library you use calls "chdir()", it changes the current working directory for the *whole* program. This sucks. File::...
DAGOLDEN/File-chdir-0.1011 - 07 Oct 2016 20:59:47 UTC
File::Dircmp - directory comparison
The dircmp command examines dir1 and dir2 and generates various tabulated information about the contents of the directories. Listings of files that are unique to each directory are generated for all the options. If no option is entered, a list is out...
SCHULTE/File-Dircmp-1.30 - 02 Jun 2004 19:07:18 UTC
File::HStore - Perl extension to store files on a filesystem using a very simple hash-based storage.
File-HStore is a very minimalist perl library to store files on a filesystem using a very simple hash-based storage. File-HStore is nothing more than a simple wrapper interface to a storage containing a specific directory structure where files are ho...
ADULAU/File-HStore-0.10 - 01 Jun 2008 20:19:32 UTC
File::UStore - UUID based File Storage Module.
File::UStore is a perl library based on File::HStore to store files on a filesystem using a UUID based randomized storage with folder depth control over storage.File::UStore is a library that allows users to abstract file storage using a UUID based p...
SHANTANU/File-UStore-0.16 - 07 Apr 2016 07:29:15 UTC