Paketname | libtext-csv-perl |
Beschreibung | comma-separated values manipulator (using XS or PurePerl) |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.18-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 164 Byte |
Hängt ab von | perl |
Empfohlene Pakete | libtext-csv-xs-perl (>= 0.72) |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 49772 Byte |
Prüfsumme MD5 | eb4c6e797cd5df4c7c26bcb0cfaf5b16 |
Prüfsumme SHA1 | 679d3668497f1201452079b8ab98f4f62f7edaba |
Prüfsumme SHA256 | 63e943ff7b11a2f34e57e0c7ed76541e810e1837183cddb72e58d34183bdc0b1 |
Link zum Herunterladen | libtext-csv-perl_1.18-1_all.deb |
Ausführliche Beschreibung | Text::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.
|