update Sun Sep 13 12:37:00 PDT 2009
[pkgsrc.git] / databases / p5-Data-Table / DESCR
1 This perl package uses perl5 objects to make it easy for manipulating
2 spreadsheet data among disk files, database, and Web publishing.
3
4 A table object contains a header and a two-dimensional array of scalars.
5 Three class methods Data::Table::fromCSV, Data::Table::fromTSV, and
6 Data::Table::fromSQL allow users to create a table object from a CSV/TSV
7 file or a database SQL selection in a snap.