软件包:libtext-csv-perl(2.04-1)
libtext-csv-perl 的相关链接
Debian 的资源:
下载源码包 libtext-csv-perl:
- [libtext-csv-perl_2.04-1.dsc]
- [libtext-csv-perl_2.04.orig.tar.gz]
- [libtext-csv-perl_2.04-1.debian.tar.xz]
维护小组:
- Debian Perl Group (QA 页面, 邮件存档)
- Vincent Danjean (QA 页面)
- gregor herrmann (QA 页面)
- Ansgar Burchardt (QA 页面)
- Salvatore Bonaccorso (QA 页面)
外部的资源:
- 主页 [metacpan.org]
相似软件包:
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.
其他与 libtext-csv-perl 有关的软件包
|
|
|
|
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)
-
- rec: libtext-csv-xs-perl (>= 1.53)
- Perl C/XS module to process Comma-Separated Value files