DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibsort-fields-perl
BeschreibungSort lines containing delimited fields
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.90-2
Sektionperl
Prioritätoptional
Installierte Größe72 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerDominic Hargreaves
Quelle
Paketgröße10238 Byte
Prüfsumme MD5972358f3d67aa79fcb15c2b3086151b6
Prüfsumme SHA1e09a8846fa806dfcd02cdb5c5a110281c2d70bd7
Prüfsumme SHA256cfc3a4bb28db10052bb8fd039a8a9ba8e9c50d7856aa2343becdb2525d1065bd
Link zum Herunterladenlibsort-fields-perl_0.90-2_all.deb
Ausführliche BeschreibungSort::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+/.


Impressum
Linux is a registered trademark of Linus Torvalds