パッケージ: libtext-csv-perl (2.01-1)
libtext-csv-perl に関するリンク
Trisquel の資源:
libtext-csv-perl ソースパッケージをダウンロード:
- [libtext-csv-perl_2.01-1.dsc]
- [libtext-csv-perl_2.01.orig.tar.gz]
- [libtext-csv-perl_2.01-1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Perl Group (メールアーカイブ)
- Vincent Danjean
- gregor herrmann
- Ansgar Burchardt
- Salvatore Bonaccorso
外部の資源:
- ホームページ [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's Practical Extraction and Report Language
-
- rec: libtext-csv-xs-perl (>= 1.46)
- Perl C/XS module to process Comma-Separated Value files