Paketname | libdata-sorting-perl |
Beschreibung | Perl module for multi-key sort using function results |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.9-4 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 92 Byte |
Hängt ab von | perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 21728 Byte |
Prüfsumme MD5 | cf8a23534c538eecb5418471a345ef42 |
Prüfsumme SHA1 | 500260c73203d5730c6028dd0792506d0ccccbce |
Prüfsumme SHA256 | 146bb5917a88efd29eb1deba52aaf9f1c9478a6a8fb85140c9fca958f38469bc |
Link zum Herunterladen | libdata-sorting-perl_0.9-4_all.deb |
Ausführliche Beschreibung | Data::Sorting provides functions to sort the contents of arrays based
on a collection of extraction and comparison rules. Extraction rules
are used to identify the attributes of array elements on which the
ordering is based; comparison rules specify how those values should be
ordered.
.
Index strings may be used to retrieve values from array elements, or
function references may be passed in to call on each element.
Comparison rules are provided for numeric, bytewise, and
case-insensitive orders, as well as a 'natural' comparison that places
numbers first, in numeric order, followed by the remaining items in
case-insensitive textual order.
|