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

Search results for "module:List::Util::first"

List::SomeUtils - Provide the stuff missing in List::Util River stage three • 21 direct dependents • 596 total dependents

List::SomeUtils 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...

DROLSKY/List-SomeUtils-0.59 - 11 Dec 2022 04:38:34 UTC

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

List::Util::PP - Pure-perl implementations of List::Util subroutines River stage one • 4 direct dependents • 5 total dependents

"List::Util::PP" contains pure-perl implementations of all of the functions documented in List::Util. This is meant for when a compiler is not available, or when packaging for reuse without without installing modules. Generally, List::Util::MaybeXS s...

HAARG/List-Util-MaybeXS-1.500012 - 29 Apr 2022 14:38:31 UTC

List::AllUtils - Combines List::Util, List::SomeUtils and List::UtilsBy in one bite-sized package River stage three • 143 direct dependents • 510 total dependents

Are you sick of trying to remember whether a particular helper is defined in List::Util, List::SomeUtils or List::UtilsBy? I sure am. Now you don't have to remember. This module will export all of the functions that either of those three modules defi...

DROLSKY/List-AllUtils-0.19 - 23 Apr 2021 16:32:12 UTC

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

List::Gen - provides functions for generating lists River stage one • 2 direct dependents • 2 total dependents

ASG/List-Gen-0.974 - 12 Nov 2011 05:03:05 UTC

List::Util - A selection of general-utility list subroutines River stage five • 3901 direct dependents • 32646 total dependents

"List::Util" contains a selection of subroutines that people have expressed would be nice to have in the perl core, but the usage would not really be high enough to warrant the use of a keyword, and the size so small such that being individual extens...

PEVANS/Scalar-List-Utils-1.63 - 08 Aug 2022 13:53:51 UTC

List::Flat - Functions to flatten a structure of array references River stage one • 1 direct dependent • 2 total dependents

List::Flat is a module with functions to flatten a deep structure of array references into a single flat list....

AARONRP/List-Flat-0.003 - 19 Jun 2017 01:09:40 UTC

List::Uniq - extract the unique elements of a list River stage one • 4 direct dependents • 7 total dependents

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

List::Slice - Slice-like operations on lists River stage zero No dependents

This module provides functions for slicing lists. This is helpful when you want to do a chain of manipulations on a list (map, grep, sort) and then slice, without the cumbersome "(...)[x]" syntax....

PREACTION/List-Slice-0.003 - 31 May 2015 22:28:45 UTC

autobox::List::Util - bring the List::Util functions to autobox River stage zero No dependents

COWENS/autobox-List-Util-20090629 - 29 Jun 2009 20:36:18 UTC

List::Util::MaybeXS - List::Util but with Pure Perl fallback River stage one • 4 direct dependents • 5 total dependents

This module provides the same functions as List::Util, but falls back to pure perl implementations if the installed List::Util is too old to provide them. Picking between List::Util's XS accellerated functions and the PP versions is done on a per-sub...

HAARG/List-Util-MaybeXS-1.500012 - 29 Apr 2022 14:38:31 UTC

List::UtilsBy - higher-order list utility functions River stage three • 48 direct dependents • 692 total dependents

This module provides a number of list utility functions, all of which take an initial code block to control their behaviour. They are variations on similar core perl or "List::Util" functions of similar names, but which use the block to control their...

PEVANS/List-UtilsBy-0.12 - 29 Apr 2022 15:34:19 UTC

List::Rubyish - Array iterator like the Ruby River stage one • 1 direct dependent • 1 total dependent

YAPPO/List-Rubyish-0.03 - 22 Oct 2008 14:18:15 UTC

List::Keywords - a selection of list utility keywords River stage one • 1 direct dependent • 1 total dependent

This module provides keywords that behave (almost) identically to familiar functions from List::Util, but implemented as keyword plugins instead of functions. As a result these run more efficiently, especially in small code cases. Blocks vs Anonymous...

PEVANS/List-Keywords-0.11 - 19 Jul 2023 14:37:59 UTC

Data::Domain - Data description and validation River stage one • 4 direct dependents • 7 total dependents

A *data domain* is a description of a set of values, either scalar or structured (arrays or hashes, possibly nested). The description can include many constraints, like minimal or maximal values, regular expressions, required fields, forbidden fields...

DAMI/Data-Domain-1.16 - 04 Mar 2024 21:37:50 UTC

List::MapMulti - map through multiple arrays at once River stage zero No dependents

List::MapMulti provides shortcuts for looping through several lists in a nested fashion. Think about all the times you've needed to do something like: foreach my $x (@exes) { foreach my $y (@whys) { # do something with $x and $y } } There are two dif...

TOBYINK/List-MapMulti-0.004 - 10 Sep 2014 22:27:29 UTC

List::Compare - Compare elements of two or more lists River stage three • 37 direct dependents • 128 total dependents

JKEENAN/List-Compare-0.55 - 16 Aug 2020 22:42:25 UTC

FAST::List::Gen - provides functions for generating lists River stage zero No dependents

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC

List::Util::Find - List utilities related to finding items River stage one • 1 direct dependent • 1 total dependent

Experimental....

PERLANCAR/List-Util-Find-0.005 - 04 Jan 2024 00:05:03 UTC
35 results (0.057 seconds)