[ ソース: liblist-someutils-perl ]
パッケージ: liblist-someutils-perl (0.59-1)
liblist-someutils-perl に関するリンク
Debian の資源:
liblist-someutils-perl ソースパッケージをダウンロード:
- [liblist-someutils-perl_0.59-1.dsc]
- [liblist-someutils-perl_0.59.orig.tar.gz]
- [liblist-someutils-perl_0.59-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
module that provides the stuff missing in List::Util
List::SomeUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util.
All of the functions are implementable in only a couple of lines of Perl code. Using the functions from this module however should give slightly better performance as everything is implemented in C. The pure-Perl implementation of these functions only serves as a fallback in case the C portions of this module couldn't be compiled on this machine.
その他の liblist-someutils-perl 関連パッケージ
|
|
|
|
-
- dep: libmodule-implementation-perl
- module for loading one of several alternate implementations of a module
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- rec: liblist-someutils-xs-perl
- module providing XS implementation for List::SomeUtils