Paketname | libsort-fields-perl |
Beschreibung | Sort lines containing delimited fields |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.90-2 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 72 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 10324 Byte |
Prüfsumme MD5 | 6562711b8f8b3e0b8241189d22d4ccc0 |
Prüfsumme SHA1 | 2a626aec2bb12ac091865f3510381eae1f2395a0 |
Prüfsumme SHA256 | ee7f30ad299a8f80dea6423c60798e21db4b67b7e7b640cb57a77b45e7d30d03 |
Link zum Herunterladen | libsort-fields-perl_0.90-2_all.deb |
Ausführliche Beschreibung | 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+/.
|