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

Search results for "module:List::Utils"

Meta::Utils::List - general library for list functions. River stage zero No dependents

This is a general utility perl library for list manipulation in perl. This library works mostly with list references rather than the list themselves to avoid extra work when copying them....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

FindApp::Utils::List - FIXME River stage zero No dependents

Exports alldir_map BLM colonize commify_and commify_nor commify_or firsts_not_in_second somedir_map subdir_map uniq uniq_files...

TOMC/FindApp-v0.0.6 - 01 Nov 2021 14:47:49 UTC

List::Utils::MoveElement - Move elements of a list, optionally with XS. River stage one • 1 direct dependent • 2 total dependents

List::Utils::Move provides four functions for moving an element of an array to the beginning or end of the array, or left or right by one place. All functions return the new array without modifying the original. move_element_left @array = move_elemen...

DSTROMA/List-Utils-MoveElement-0.03 - 28 Jul 2021 19:19:05 UTC

List::Utils::MoveElement::Splice - A variant of List::Utils::MoveElement that uses splice() River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Bencher-Scenarios-List-Utils-MoveElement-0.003 - 23 Jul 2021 13:06:51 UTC

lib/List/Utils/MoveElement/PP.pm River stage one • 1 direct dependent • 2 total dependents

DSTROMA/List-Utils-MoveElement-0.03 - 28 Jul 2021 19:19:05 UTC

Bencher::Scenarios::List::Utils::MoveElement - Scenarios to benchmark List::Utils::MoveElement River stage one • 1 direct dependent • 1 total dependent

This distribution contains the following Bencher scenario modules: * Bencher::Scenario::List::Utils::MoveElement::move_element_to_beginni ng...

PERLANCAR/Bencher-Scenarios-List-Utils-MoveElement-0.003 - 23 Jul 2021 13:06:51 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::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::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::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::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

lib/Bencher/ScenarioR/List/Utils/MoveElement/move_element_to_beginning.pm River stage one • 1 direct dependent • 1 total dependent

This module is automatically generated by Pod::Weaver::Plugin::Bencher::Scenario during distribution build. A Bencher::ScenarioR::* module contains the raw result of sample benchmark and might be useful for some stuffs later....

PERLANCAR/Bencher-Scenarios-List-Utils-MoveElement-0.003 - 23 Jul 2021 13:06:51 UTC

List::EvenMoreUtils - Array manipulation functions River stage one • 2 direct dependents • 2 total dependents

MUIR/List-EvenMore-0.11 - 02 Sep 2009 01:48:00 UTC

List::Util::XS - Indicate if List::Util was compiled with a C compiler River stage five • 3901 direct dependents • 32646 total dependents

"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.63 - 08 Aug 2022 13:53:51 UTC

List::UtilsBy::XS - XS implementation of List::UtilsBy River stage zero No dependents

List::UtilsBy::XS is XS implementation of List::UtilsBy. Functions are more fast than original ones....

SYOHEX/List-UtilsBy-XS-0.06 - 19 Apr 2022 10:13:55 UTC

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

List::SomeUtils::PP - Pure Perl implementation for List::SomeUtils River stage three • 21 direct dependents • 596 total dependents

There are no user-facing parts here. See List::SomeUtils for API details....

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

List::MoreUtils::PP - Provide List::MoreUtils pure Perl implementation River stage four • 820 direct dependents • 3118 total dependents

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

List::SomeUtils::XS - XS implementation for List::SomeUtils River stage zero No dependents

There are no user-facing parts here. See List::SomeUtils for API details. You shouldn't have to install this module directly. When you install List::SomeUtils, it checks whether your system has a compiler. If it does, then it adds a dependency on thi...

DROLSKY/List-SomeUtils-XS-0.58 - 08 Jun 2018 15:34:09 UTC

List::AllUtils::Null - List subroutines that treat undef as contagious unknown, like null in SQL River stage one • 1 direct dependent • 1 total dependent

Keywords: monadic zero....

PERLANCAR/List-AllUtils-Null-0.004 - 05 Jul 2021 14:14:47 UTC
54 results (0.027 seconds)