Bug 73796 - New Port: devel/p5-Data-Table - Data type related to database tables, spreadsheets, etc...
Summary: New Port: devel/p5-Data-Table - Data type related to database tables, spreads...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-11 00:30 UTC by Aaron Dalton
Modified: 2004-11-24 19:22 UTC (History)
0 users

See Also:


Attachments
submission.txt (2.91 KB, text/plain)
2004-11-11 00:30 UTC, Aaron Dalton
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Dalton 2004-11-11 00:30:20 UTC
This perl package uses perl5 objects to make it easy for manipulating 
spreadsheet data among disk files, database, and Web publishing.

A table object contains a header and a two-dimensional array of scalars. 
Three class methods Data::Table::fromCSV, Data::Table::fromTSV, and 
Data::Table::fromSQL allow users to create a table object from a CSV/TSV 
file or a database SQL selection in a snap.

Table methods provide basic access, add, delete row(s) or column(s) 
operations, as well as more advanced sub-table extraction, table sorting, 
record matching via keywords or patterns, table merging, and web 
publishing. Data::Table class also provides a straightforward interface to 
other popular Perl modules such as DBI and GD::Graph.

The current version of Table.pm is available at 
http://www.geocities.com/easydatabase
 >How-To-Repeat:
	<code/input/activities to reproduce the problem (multiple lines)>
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2004-11-24 19:22:23 UTC
State Changed
From-To: open->closed

Committed, thanks!