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

Search results for "File::Compare"

File::Compare - Compare files or filehandles River stage five • 11292 direct dependents • 32664 total dependents

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...

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

File::DirCompare - Perl module to compare two directories using callbacks. River stage two • 6 direct dependents • 20 total dependents

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 - Search in distribution

Data::Range::Compare::Stream::Iterator::File - Simple File Iterator River stage zero No dependents

This module implements a very simple file iterator interface. This iterator interface assumes that the data is pre-sorted. The result objects returned are ranges: The class the objects are constructed from is determined by $iterator->NEW_FROM. Parsin...

AKALINUX/Data-Range-Compare-Stream-4.030 - 10 Dec 2015 21:52:31 UTC - Search in distribution

File::Find::Rule::DirCompare - Find files by comparing with 2nd directory River stage zero No dependents

REHSACK/File-Find-Rule-DirCompare-0.020 - 02 Oct 2013 17:43:33 UTC - Search in distribution

PerlBench - compare several perls's performance River stage zero No dependents

This module contains timing functions for the various scripts in the distribution. See the various programs in this distribution to see what they do (and maybe help expand this documentation). Original README Perl benchmark suite --------------------...

BDFOY/PerlBench-1.003 - 05 Jan 2024 14:51:36 UTC - Search in distribution
  • perlbench - compare the relative speed of different versions of Perl

Scalar::Cmp - Compare two scalars River stage one • 3 direct dependents • 3 total dependents

This module provides "cmp_scalar" (and "cmpnum_scalar" and "cmpstrornum_scalar" which are convenient routines to compare two scalar values (ii.e. check if they are the same, or find out who is "greater than" the other). The routines can handle "undef...

PERLANCAR/Scalar-Cmp-0.003 - 22 Feb 2022 00:06:23 UTC - Search in distribution

File::Cmp - compare two files character by character River stage one • 3 direct dependents • 6 total dependents

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 - Search in distribution

Test::Dirs - easily copy and compare folders inside tests River stage one • 3 direct dependents • 9 total dependents

Exports test function "is_dir" to compare two folders if their file structure match and a function to make a temporary copy of a folder "temp_copy_ok" so it can be safely manipulated and compared to another folder. Can be used to test modules or prog...

JKUTEJ/Test-Dirs-0.07 - 06 Jul 2021 12:36:07 UTC - Search in distribution

cmp - compare two files River stage one • 1 direct dependent • 1 total dependent

*cmp* compares two files, byte-by-byte. The result of the comparison is always given by the exit status, and may be summarized on the standard output according to the options given on the command line. If the two compared files are identical, *cmp* w...

BRIANDFOY/PerlPowerTools-1.045 - 30 Apr 2024 22:22:50 UTC - Search in distribution

App::diffdb - Compare two databases, line by line River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-diffdb-0.004 - 06 May 2020 02:59:33 UTC - Search in distribution
  • diffdb - Compare two databases, line by line

Data::Cmp - Compare two data structures, return -1/0/1 like cmp River stage three • 16 direct dependents • 617 total dependents

This relatively lightweight (no non-core dependencies, under 100 lines of code) module offers the "cmp_data" function that, like Perl's "cmp", returns -1/0/1 value. "cmp_data" differs from "cmp" in that it can compare two data of different types and ...

PERLANCAR/Data-Cmp-0.010 - 07 Sep 2021 00:06:18 UTC - Search in distribution

ControlBreak - Compare values during iteration to detect changes River stage one • 1 direct dependent • 1 total dependent

The ControlBreak module provides a class that is used to detect control breaks; i.e. when a value changes. Typically, the data being retrieved or iterated over is ordered and there may be more than one value that is of interest. For example consider ...

PUCKERING/ControlBreak-v0.22.244 - 01 Sep 2022 16:08:46 UTC - Search in distribution

Compare::Directory - Interface to compare directories. River stage zero No dependents

The only objective of the module is compare two directory contents. Currently it compare the following file types: +----------------------+------------+ | File Type | Extension | +----------------------+------------+ | TEXT File | .txt | | COMMA Sepe...

MANWAR/Compare-Directory-1.26 - 06 Oct 2019 13:06:14 UTC - Search in distribution

HTML::Diff - compare two HTML strings and return a list of differences River stage zero No dependents

This module compares two strings of HTML and returns a list of a chunks which indicate the diff between the two input strings, where changes in formatting are considered changes. HTML::Diff does not strictly parse the HTML. Instead, it uses regular e...

NEILB/HTML-Diff-0.60 - 30 Oct 2015 17:48:50 UTC - Search in distribution

File::MultipleDiff - Compare multiple files River stage zero No dependents

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 - Search in distribution

webtools - Full featured WEB Development Tools (compare with Php language) in Perl syntax River stage zero No dependents

This package is written in pure Perl and its main purpose is: to help all Web developers. It brings in self many features of modern Web developing: - Grabs best of Php but in Perl syntax. - Embedded Perl into HTML files. - Buffered output. - Easy rea...

JLISHEV/WebTools-1.27 - 26 Aug 2002 15:26:48 UTC - Search in distribution

Stor - Save/retrieve a file to/from primary storage River stage zero No dependents

Stor is an HTTP API to primary storage. You provide a SHA256 hash and get the file contents, or you provide a SHA256 hash and a file contents and it gets stored to primary storages. How to use? docker way docker run -v $PWD/config.json.example:/etc/s...

JASEI/Stor-1.5.2 - 13 Sep 2018 11:30:22 UTC - Search in distribution

RPM::Update - compare installed rpms with up-to-date distribution River stage one • 1 direct dependent • 1 total dependent

Based on Martin Siegert's *check-rpms* at <http://www.sfu.ca/acs/security/linux/check-rpms.html>. Options are to be specified as a list of arguments to RPM::Update::execute. *RPM::Update* compares installed RPM packages (listed by the command "rpm -q...

SHARRISON/RPM-Tools-0.8 - 18 Dec 2002 17:51:09 UTC - Search in distribution

Math::NV - compare the NV values that perl assigns with C and MPFR River stage one • 1 direct dependent • 1 total dependent

use Math::NV qw(:all); $bool = is_eq('1e-298'); $bool = is_eq_mpfr('1e-298'); # iff Math::MPFR is available If $bool is true, this suggests there is quite possibly no bug in the assignment of the specified value. If $bool is false, this implies that ...

SISYPHUS/Math-NV-2.04 - 24 Oct 2022 03:07:23 UTC - Search in distribution

Test::Excel - Interface to test and compare Excel files (.xls/.xlsx). River stage one • 1 direct dependent • 1 total dependent

This module is meant to be used for testing custom generated Excel files, it provides interfaces to compare_excel two Excel files if they are *visually* same. It now supports Excel files with the extensions ".xls" or ".xlsx"....

MANWAR/Test-Excel-1.54 - 12 Feb 2024 11:14:49 UTC - Search in distribution
1,010 results (0.217 seconds)