| Paketname | libsort-fields-perl |
| Beschreibung | Sort lines containing delimited fields |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 0.90-2 |
| Sektion | perl |
| Priorität | optional |
| Installierte Größe | 72 Byte |
| Hängt ab von | perl (>= 5.6.0-16) |
| Empfohlene Pakete | |
| Paketbetreuer | Dominic Hargreaves |
| Quelle | |
| Paketgröße | 10238 Byte |
| Prüfsumme MD5 | 972358f3d67aa79fcb15c2b3086151b6 |
| Prüfsumme SHA1 | e09a8846fa806dfcd02cdb5c5a110281c2d70bd7 |
| Prüfsumme SHA256 | cfc3a4bb28db10052bb8fd039a8a9ba8e9c50d7856aa2343becdb2525d1065bd |
| 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+/.
|