Heray-Was-Here
Server : Apache
System : Linux vps103298.mylogin.co 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : calvet ( 273824)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /usr/share/doc/perl-Algorithm-Loops/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/doc/perl-Algorithm-Loops/README.txt
Algorithm::Loops - Looping constructs:
    NestedLoops, MapCar*, Filter, and NextPermute*

Algorithm::Loops provides several functions for doing different types of
looping constructs:

Filter

    Similar to C<map> but designed for use with s/// and other reflexive
    operations.  Returns a modified copy of a list.

MapCar, MapCarU, MapCarE, and MapCarMin

    All similar to C<map> but loop over multiple lists at the same time.

NextPermute and NextPermuteNum

    Efficiently find all (unique) permutations of a list, even if it
    contains duplicate values.

NestedLoops

    Simulate C<foreach> loops nested arbitrarily deep.

Hry