[ 源代码: liblist-someutils-perl ]
软件包:liblist-someutils-perl(0.58-1)
liblist-someutils-perl 的相关链接
Debian 的资源:
下载源码包 liblist-someutils-perl:
- [liblist-someutils-perl_0.58-1.dsc]
- [liblist-someutils-perl_0.58.orig.tar.gz]
- [liblist-someutils-perl_0.58-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
- 拉里 沃尔的实用报表提取语言(Perl)
-
- rec: liblist-someutils-xs-perl
- module providing XS implementation for List::SomeUtils