"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.53 - 24 Oct 2019 09:43:15 GMT"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 GMT"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.53 - 24 Oct 2019 09:43:15 GMTPERLANCAR/List-Util-Uniq-0.002 - 06 Mar 2018 07:49:02 GMT
......
GRAVATTJ/Util-Medley-0.020 - 05 Dec 2019 20:36:52 GMTCOWENS/autobox-List-Util-20090629 - 29 Jun 2009 20:36:18 GMT
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 GMTPERLANCAR/List-Util-ArrayRef-PP-0.001 - 03 Jan 2017 20:50:30 GMT
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 GMTJust 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 GMTRSOD/List-Util-Superpositions-1.2 - 27 Nov 2008 04:41:40 GMT
"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 GMTList::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.428 - 11 Dec 2017 16:21:59 GMTList::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 GMTAre 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.15 - 10 Dec 2018 19:21:32 GMTEWILHELM/List-oo-v0.2.1 - 07 Jun 2008 19:57:50 GMT