"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.56 - 30 Mar 2021 20:18:32 UTC"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.500006 - 06 Apr 2021 09:32:00 UTC"List::Util::XS" can be used as a dependency to ensure List::Util was installed using a C compiler and that the XS version is installed. During installation $List::Util::XS::VERSION will be set to "undef" if the XS was not compiled. Starting with rel...
PEVANS/Scalar-List-Utils-1.56 - 30 Mar 2021 20:18:32 UTCPERLANCAR/List-Util-Uniq-0.002 - 06 Mar 2018 07:49:02 UTC
PERLANCAR/List-AllUtils-Null-0.001 - 01 Apr 2021 14:10:38 UTC
......
GRAVATTJ/Util-Medley-0.058 - 19 Feb 2021 22:47:32 UTCThis 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.500006 - 06 Apr 2021 09:32:00 UTCCOWENS/autobox-List-Util-20090629 - 29 Jun 2009 20:36:18 UTC
PERLANCAR/List-Util-ArrayRef-PP-0.001 - 03 Jan 2017 20:50:30 UTC
Most of the time you will not need this module. Use List::Util instead. This module is useful for testing/benchmarking, or perhaps in the rare case where you cannot use any XS module (even core ones) or in the rare case where you cannot use *any* mod...
PERLANCAR/PERLANCAR-List-Util-PP-0.04 - 18 Dec 2015 09:57:39 UTCJust one function, a simple means of making a weighted random choice The implementation uses rand to calculate random numbers. EXPORT None by default. choose_weighted choose_weighted ($object_Aref, $weights_Aref ) or choose_weighted ($object_Aref, $w...
DSADINOFF/List-Util-WeightedChoice-0.06 - 23 Mar 2009 00:27:42 UTCGRAVATTJ/Util-Medley-0.058 - 19 Feb 2021 22:47:32 UTC
RSOD/List-Util-Superpositions-1.2 - 27 Nov 2008 04:41:40 UTC
"List::Util::WeightedRoundRobin" is a utility for creating a weighted list based on the input and associated weights....
FRIFFIN/List-Util-WeightedRoundRobin-0.4 - 18 Nov 2009 13:42:50 UTCList::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 UTCList::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.58 - 26 Oct 2019 20:35:15 UTCSISYPHUS/List-Uniqnum-0.11 - 25 Mar 2020 01:56:51 UTC