| Paketname | libtext-csv-perl |
| Beschreibung | comma-separated values manipulator (using XS or PurePerl) |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 1.16-1 |
| Sektion | universe/perl |
| Priorität | optional |
| Installierte Größe | 168 Byte |
| Hängt ab von | perl |
| Empfohlene Pakete | libtext-csv-xs-perl (>= 0.70) |
| Paketbetreuer | Ubuntu Developers |
| Quelle | |
| Paketgröße | 50114 Byte |
| Prüfsumme MD5 | a3747fd9141573f613a6d3d3dbb571d8 |
| Prüfsumme SHA1 | a31512da23874e8b38638150788ce10bdb055fcb |
| Prüfsumme SHA256 | 48006da0691b7d0009bfef16495acc924b2036cd91b7240a3a303486c52e9f9f |
| Link zum Herunterladen | libtext-csv-perl_1.16-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.
|