Pakket: libtext-csv-perl (2.04-1)
Verwijzigingen voor libtext-csv-perl
Debian bronnen:
Het bronpakket libtext-csv-perl downloaden:
- [libtext-csv-perl_2.04-1.dsc]
- [libtext-csv-perl_2.04.orig.tar.gz]
- [libtext-csv-perl_2.04-1.debian.tar.xz]
Beheerders:
- Debian Perl Group (QA-pagina, Mailarchief)
- Vincent Danjean (QA-pagina)
- gregor herrmann (QA-pagina)
- Ansgar Burchardt (QA-pagina)
- Salvatore Bonaccorso (QA-pagina)
Externe bronnen:
- Homepage [metacpan.org]
Vergelijkbare pakketten:
comma-separated values manipulator (using XS or PurePerl)
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.
Andere aan libtext-csv-perl gerelateerde pakketten
|
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- rec: libtext-csv-xs-perl (>= 1.53)
- Perl C/XS module to process Comma-Separated Value files