[ 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's Practical Extraction and Report Language