[ forky ]
[ sid ]
[ ソース: libtie-array-csv-perl ]
パッケージ: libtie-array-csv-perl (0.08-1)
libtie-array-csv-perl に関するリンク
Debian の資源:
libtie-array-csv-perl ソースパッケージをダウンロード:
- [libtie-array-csv-perl_0.08-1.dsc]
- [libtie-array-csv-perl_0.08.orig.tar.gz]
- [libtie-array-csv-perl_0.08-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
module for tied arrays which combines the power of Tie::File and Text::CSV
Tie::Array::CSV allows an array to be tied to a CSV file for reading and writing. The array is a standard Perl 2D array (i.e. an array of array references) which gives access to the row and column of the user's choosing.
This is done using the well established modules:
* Tie::File * Text::CSV
This module was inspired by Tie::CSV_File. It doesn't attempt to do any of the parsing but rather passes all of the heavy lifting to other modules.
その他の libtie-array-csv-perl 関連パッケージ
|
|
|
|
-
- dep: libscalar-list-utils-perl
- modules providing common scalar and list utility subroutines
-
- dep: libtext-csv-perl
- comma-separated values manipulator (using XS or PurePerl)
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語