パッケージ: libtext-csv-perl (1.99-1)
libtext-csv-perl に関するリンク
Debian の資源:
libtext-csv-perl ソースパッケージをダウンロード:
- [libtext-csv-perl_1.99-1.dsc]
- [libtext-csv-perl_1.99.orig.tar.gz]
- [libtext-csv-perl_1.99-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
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- rec: libtext-csv-xs-perl (>= 1.02)
- Perl C/XS module to process Comma-Separated Value files