软件包: libsort-fields-perl (0.90-2)
libsort-fields-perl 的相关链接
Trisquel 的资源:
下载源码包 libsort-fields-perl:
- [libsort-fields-perl_0.90-2.dsc]
- [libsort-fields-perl_0.90.orig.tar.gz]
- [libsort-fields-perl_0.90-2.diff.gz]
维护者:
Original Maintainer:
- Dominic Hargreaves
外部的资源:
- 主页 [search.cpan.org]
相似软件包:
Sort lines containing delimited fields
Sort::Fields provides a general purpose technique for efficiently sorting lists of lines that contain data separated into fields.
Sort::Fields automatically imports two subroutines, fieldsort and make_fieldsort, and two variants, stable_fieldsort and make_stable_fieldsort. make_fieldsort generates a sorting subroutine and returns a reference to it. fieldsort is a wrapper for the make_fieldsort subroutine.
The first argument to make_fieldsort is a delimiter string, which is used as a regular expression argument for a split operator. The delimiter string is optional. If it is not supplied, make_fieldsort splits each line using /\s+/.
其他与 libsort-fields-perl 有关的软件包
|
|
|
-
- dep: perl (>= 5.6.0-16)
- Larry Wall's Practical Extraction and Report Language