软件包:libsort-key-top-perl(0.08-4)
libsort-key-top-perl 的相关链接
Debian 的资源:
下载源码包 libsort-key-top-perl:
- [libsort-key-top-perl_0.08-4.dsc]
- [libsort-key-top-perl_0.08.orig.tar.gz]
- [libsort-key-top-perl_0.08-4.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Perl module to select and sort top n elements of a list
The functions available from this module select the top n elements from a list using several common orderings and custom key extraction procedures.
They are all variations around 'keytopsort { CALC_KEY($_) } $n => @data;'.
In array context, this function calculates the ordering key for every element in @data using the expression inside the block. Then it selects and orders the $n elements with the lower keys when compared lexicographically.
In scalar context, the value returned by the functions on this module is the cutoff value allowing to select nth element from the array.
其他与 libsort-key-top-perl 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: perl (>= 5.32.0-5)
- 拉里 沃尔的实用报表提取语言(Perl)
-
- dep: perlapi-5.32.0
- 本虚包由这些包填实: perl-base