[ forky ]
[ sid ]
[ ソース: libalgorithm-loops-perl ]
パッケージ: libalgorithm-loops-perl (1.032-2)
libalgorithm-loops-perl に関するリンク
Debian の資源:
libalgorithm-loops-perl ソースパッケージをダウンロード:
- [libalgorithm-loops-perl_1.032-2.dsc]
- [libalgorithm-loops-perl_1.032.orig.tar.gz]
- [libalgorithm-loops-perl_1.032-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
functions for different loop constructs in Perl
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 foreach loops nested arbitrarily deep.
