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


Paketnamelibtext-csv-perl
Beschreibungcomma-separated values manipulator (using XS or PurePerl)
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.18-1
Sektionperl
Prioritätoptional
Installierte Größe164 Byte
Hängt ab vonperl
Empfohlene Paketelibtext-csv-xs-perl (>= 0.72)
PaketbetreuerDebian Perl Group
Quelle
Paketgröße49772 Byte
Prüfsumme MD5eb4c6e797cd5df4c7c26bcb0cfaf5b16
Prüfsumme SHA1679d3668497f1201452079b8ab98f4f62f7edaba
Prüfsumme SHA25663e943ff7b11a2f34e57e0c7ed76541e810e1837183cddb72e58d34183bdc0b1
Link zum Herunterladenlibtext-csv-perl_1.18-1_all.deb
Ausführliche BeschreibungText::CSV provides facilities for the composition and decomposition of files containing comma-separated value records. An instance of the Text::CSV class can combine fields into a CSV string and parse a CSV string into fields. . The module accepts either strings or files as input and can utilize any user-specified characters as delimiters, separators, and escapes so it is perhaps better called ASV (anything separated values) rather than just CSV. . This module will automatically select the best available implementation of the algorithm, whether the Pure Perl version present in this package, or the C/XS implementation, available in libtext-csv-xs-perl.


Impressum
Linux is a registered trademark of Linus Torvalds