List::Uniq - extract the unique elements of a list
List::Uniq extracts the unique elements of a list. This is a commonly re-written (or at least re-looked-up) idiom in Perl programs....
BLAINEM/List-Uniq-0.23 - 11 Feb 2021 05:23:15 UTC - Search in distribution
List::Util::Uniq - List utilities related to finding unique items
PERLANCAR/List-Util-Uniq-0.004
-
06 Jan 2022 00:06:21 UTC
-
Search in distribution
Uniq - Perl extension for managing list of values.
The usage of the methods provided here is simple. You always provide a sorted list to any of these methods and accept a sorted list of values in return. Suppose @lis1 and @list2 are two available lists defined as follows: @list_1 = qw ( first list of...
SYAMAL/Uniq-0.01 - 26 Aug 2003 22:56:55 UTC - Search in distribution
p - Steroids for your perl one-liners.
IRONCAMEL/App-p-0.0400
-
09 Nov 2015 13:39:38 UTC
-
Search in distribution
- App::p - Steroids for your perl one-liners.
Array::Uniq - Perl extension for managing list of values.
The usage of the methods provided here is simple. You always provide a sorted list to any of these methods and accept a sorted list of values in return. Suppose @lis1 and @list2 are two available lists defined as follows: @list_1 = qw ( first list of...
SYAMAL/Array-Uniq-0.02 - 27 Aug 2003 19:07:14 UTC - Search in distribution
ptp - An expressive Pipelining Text Processor
PTP is a versatile and expressive text processor program. The core features that it tries to provide are the following: * Provide grep, sed-like and other operations with a coherent regular expression language (grep has a -P flag but sed has nothing ...
MATHIAS/App-PTP-1.10 - 17 Jun 2020 22:34:26 UTC - Search in distribution
td - Manipulate table data
What is td? *td* receives table data from standard input and performs an action on it. It has functionality similar to some Unix commands like *head*, *tail*, *wc*, *cut*, *sort* except that it operates on table rows/columns instead of lines/characte...
PERLANCAR/App-td-0.105 - 04 Jun 2022 02:51:00 UTC - Search in distribution
Fsdb - a flat-text database for shell scripting
JOHNH/Fsdb-3.0
-
04 Apr 2022 22:44:17 UTC
-
Search in distribution
fsql - Perform SQL queries against files in CSV/TSV/LTSV/JSON/YAML formats
fsql lets you perform SQL queries against one or several "flat" files of various formats. Each file will be regarded as a SQL table. By using SQL queries, you can do various calculations or manipulations that are otherwise hard/cumbersome to do with ...
PERLANCAR/App-fsql-0.231 - 24 Feb 2022 00:05:15 UTC - Search in distribution
Doit - a scripting framework
Doit is a scripting framework. Some core principles implemented here are: * Failing commands throw exceptions — similar to autodie or Fatal (but implemented consistently) or Bourne shell's "set -e", or make(1)'s default mode without "-k" * Commands a...
SREZIC/Doit-0.025 - 16 Dec 2017 16:39:07 UTC - Search in distribution
join - relational database operator
The join utility performs an ``equality join'' on the specified files and writes the result to the standard output. The ``join field'' is the field in each file by which the files are compared. The first field in each line is used by default. There i...
BDFOY/PerlPowerTools-1.028 - 19 Jan 2022 05:50:02 UTC - Search in distribution- PerlPowerTools - BSD utilities written in pure Perl
bioaln - Alignment manipulations based on BioPerl
bioaln performs common, routine manipulations of sequence alignments based on BioPerl modules including Bio::AlignIO, Bio::SimpleAlign and Bio::Align::Utilities. By default, bioaln assumes that both the input and the output files are in CLUSTALW form...
ROCKY/Bio-BPWrapper-1.13 - 02 Apr 2020 19:04:03 UTC - Search in distribution
List::oo - object interface to list (array) methods
EWILHELM/List-oo-v0.2.1
-
07 Jun 2008 19:57:50 UTC
-
Search in distribution
perl5i - Fix as much of Perl 5 as possible in one pragma
Perl 5 has a lot of warts. There's a lot of individual modules and techniques out there to fix those warts. perl5i aims to pull the best of them together into one module so you can turn them on all at once. This includes adding features, changing exi...
MSCHWERN/perl5i-v2.13.2 - 07 Jun 2016 00:36:03 UTC - Search in distribution- perl5ifaq - Frequently Asked Questions about perl5i
perlfunc - Perl builtin functions
The functions in this section can serve as terms in an expression. They fall into two major categories: list operators and named unary operators. These differ in their precedence relationship with a following comma. (See the precedence table in perlo...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution
Pipe - Framework to create pipes using iterators
Building an iterating pipe with prebuilt and home made tubes. Methods logger Method to print something to the log file, especially for debugging This method is here to be use by Tube authors $self->logger("log messages"); run The method that actually...
SZABGAB/Pipe-0.05 - 18 May 2012 03:20:45 UTC - Search in distribution
ctgetreports - Quickly fetch cpantesters results with all reports
The intent is to get at both the summary at cpantesters and the individual reports and parse the reports and collect the data for further inspection. We always only fetch the reports for the most recent (optionally picked) release. Target root direct...
ANDK/CPAN-Testers-ParseReport-0.4.5 - 29 Dec 2018 09:27:31 UTC - Search in distribution
Minilla - CPAN module authoring tool
Minilla is a CPAN module authoring tool. Minilla provides minil command for authorizing a CPAN distribution. (M::I - inc) + shipit + (dzil - plugins)...
SKAJI/Minilla-v3.1.19 - 03 Jun 2022 13:41:29 UTC - Search in distribution
urpmf - Finds the packages matching some conditions
By default, urpmf outputs the list of the known packages that contain a file whose name or path was specified as an argument on the command-line. <*pattern-expression*> is the name or part of the name of the file you want to locate. Perl-style regula...
TVIGNAUD/urpmi-v8.127 - 31 Oct 2021 13:11:47 UTC - Search in distribution