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

Search results for "list::moreutils"

List::MoreUtils - Provide the stuff missing in List::Util River stage four • 820 direct dependents • 3118 total dependents

List::MoreUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util. All of the below functions are implementable in only a couple of lines of Perl code. Using the functions from this module howev...

REHSACK/List-MoreUtils-0.430 - 21 Oct 2020 14:55:08 UTC - Search in distribution

List::MoreUtils::XS - Provide compiled List::MoreUtils functions River stage four • 3 direct dependents • 3119 total dependents

List::MoreUtils::XS is a backend for List::MoreUtils. Even if it's possible (because of user wishes) to have it practically independent from List::MoreUtils, it technically depend on "List::MoreUtils". Since it's only a backend, the API is not public...

REHSACK/List-MoreUtils-XS-0.430 - 21 Oct 2020 07:11:32 UTC - Search in distribution

Bencher::Scenario::List::MoreUtils - Benchmark List::MoreUtils::PP vs List::MoreUtils::XS River stage one • 1 direct dependent • 1 total dependent

EARLY VERSION, ONLY A FEW FUNCTIONS HAVE BEEN BENCHMARKED. Packaging a benchmark script as a Bencher scenario makes it convenient to include/exclude/add participants/datasets (either via CLI or Perl code), send the result to a central repository, amo...

PERLANCAR/Bencher-Scenario-List-MoreUtils-0.041 - 20 May 2022 10:41:43 UTC - Search in distribution

Util::Utl - Scalar::Util, List::Util, List::MoreUtils, String::Util & more (via one subroutine) River stage zero No dependents

Util::Utl exports a single subroutine "utl" which provides access to: Scalar::Util List::Util List::MoreUtils String::Util...

ROKR/Util-Utl-0.0011 - 11 Jul 2011 22:24:01 UTC - Search in distribution

Array::AllUtils - Like List::Util & List::MoreUtils but for array(ref) River stage one • 2 direct dependents • 2 total dependents

PURELY EXPERIMENTAL AND CURRENTLY INCOMPLETE. This module provides functions like those provided by List::Util and List::MoreUtils but the list is passed as arrayref, to avoid the cost of argument copying which can be significant when the size of the...

PERLANCAR/Array-AllUtils-0.002 - 13 Apr 2016 03:28:22 UTC - Search in distribution

List::oo - object interface to list (array) methods River stage zero No dependents

EWILHELM/List-oo-v0.2.1 - 07 Jun 2008 19:57:50 UTC - Search in distribution
  • List::oo - object interface to list (array) methods

ppll River stage zero No dependents

"ppll" is a tool to control the execution of commands. It can run commands in parallel, construct commands from lists of parameters, and more. It handles the output of commands and can prefix lines with which command produced it, print timestamps, et...

BIFFEN/App-ppll-v0.0.1 - 23 Mar 2019 12:19:48 UTC - Search in distribution

forks - drop-in replacement for Perl threads using fork() River stage one • 5 direct dependents • 5 total dependents

The "forks" pragma allows a developer to use threads without having to have a threaded perl, or to even run 5.8.0 or higher. Refer to the threads module for ithreads API documentation. Also, use perl -Mforks -e 'print $threads::VERSION' to see what v...

RYBSKEJ/forks-0.36 - 27 Jun 2014 03:55:32 UTC - Search in distribution

Frost - Feasible Referential Object STorage River stage zero No dependents

Once upon a time, when there were still real winters with frosty air, an old moose named Elly Elk walked through the snow-white forest and murmured over and over "How can I become persistent?", "I want to live forever!" and more and more of that agon...

ERNESTO/Frost-0.70 - 16 Oct 2010 16:34:50 UTC - Search in distribution

hashl - Create database with partial file hashes, check if other files are in it River stage zero No dependents

Actions: copy *newdir* Copy all files in the current directory which are not in any database to *newdir*. find-known [*directory*] List all files which are already in any database. Scans either the current directory or *directory*. find-new [*directo...

DERF/App-Hashl-1.01 - 08 Jan 2017 10:12:31 UTC - Search in distribution

perl5i - Fix as much of Perl 5 as possible in one pragma River stage one • 2 direct dependents • 2 total dependents

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

WiX3 - Objects useful for generating Windows Installer XML files. River stage one • 1 direct dependent • 2 total dependents

This distribution is designed to assist in writing XML files for Windows Installer XML version 3.0, otherwise known as WiX. Since Windows Installer, and therefore WiX, keeps track of each individual file, installers using it are more complicated than...

CSJEWELL/WiX3-0.011 - 05 Jun 2011 16:18:34 UTC - Search in distribution

hafas - Interface to HAFAS (e.g. Deutsche Bahn) itinerary services River stage zero No dependents

hafas is a command line client for HAFAS-based public transit itinerary services, e.g. the one operated by Deutsche Bahn. It requests connections between two stops and prints the results....

DERF/Travel-Routing-DE-HAFAS-0.07 - 13 Apr 2024 17:21:19 UTC - Search in distribution

Moops - Moops Object-Oriented Programming Sugar River stage two • 16 direct dependents • 17 total dependents

Moops is sugar for declaring and using roles and classes in Perl. The syntax is inspired by MooseX::Declare, and Stevan Little's p5-mop-redux project (which is in turn partly inspired by Perl 6). Moops has fewer than half of the dependencies as Moose...

TOBYINK/Moops-0.038 - 15 Feb 2020 09:33:03 UTC - Search in distribution

perlfaq4 - Data Manipulation River stage zero No dependents

This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hashes, and miscellaneous data issues....

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

Bencher - A benchmark framework River stage zero No dependents

Bencher is a benchmark framework. The main feature of Bencher is permuting list of Perl codes with list of arguments into benchmark items, and then benchmark them. You can run only some of the items as well as filter codes and arguments to use. You c...

PERLANCAR/Bencher-1.062.4 - 19 Feb 2024 04:45:38 UTC - Search in distribution

Mail::GPG - Handling of GnuPG encrypted / signed mails River stage one • 1 direct dependent • 1 total dependent

This Perl modules handles all the details of encrypting and signing Mails using GnuPG according to RFC 3156 and RFC 2440, that is OpenPGP MIME and traditional armor signed/encrypted mails....

JRED/Mail-GPG-1.0.12 - 12 Feb 2018 12:17:16 UTC - Search in distribution

lcfg-skeleton - Tool for creating new LCFG software projects River stage zero No dependents

The lcfg-skeleton script prompts the user for basic information and creates a set of skeleton files as a starting point for writing a new LCFG component. Although this tool has been written primarily to aid in the generation of LCFG component project...

SJQUINNEY/LCFG-Build-Skeleton-0.5.0 - 24 Feb 2015 11:27:33 UTC - Search in distribution

Text::AutoCSV - helper module to automate the use of Text::CSV River stage one • 1 direct dependent • 1 total dependent

MILLETSEB/Text-AutoCSV-1.2.0 - 21 Aug 2017 18:57:38 UTC - Search in distribution

Math::Prime::Util - Utilities related to prime numbers, including fast sieves and factoring River stage two • 12 direct dependents • 19 total dependents

A module for number theory in Perl. This includes prime sieving, primality tests, primality proofs, integer factoring, counts / bounds / approximations for primes, nth primes, and twin primes, random prime generation, and much more. This module is th...

DANAJ/Math-Prime-Util-0.73 - 15 Nov 2018 18:56:14 UTC - Search in distribution
228 results (0.14 seconds)