"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.55 - 12 Apr 2020 13:25:42 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.500004 - 05 Sep 2019 15:44:36 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.55 - 12 Apr 2020 13:25:42 UTCPERLANCAR/List-Util-Uniq-0.002 - 06 Mar 2018 07:49:02 UTC
......
GRAVATTJ/Util-Medley-0.055 - 30 Nov 2020 16:51:31 UTCCOWENS/autobox-List-Util-20090629 - 29 Jun 2009 20:36:18 UTC
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.500004 - 05 Sep 2019 15:44:36 UTCPERLANCAR/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 UTCRSOD/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
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.18 - 05 Sep 2020 21:52:35 UTCEWILHELM/List-oo-v0.2.1 - 07 Jun 2008 19:57:50 UTC