Bug 101158 - [NEW PORT] textproc/p5-Text-Delimited: Module for parsing delimited text files
Summary: [NEW PORT] textproc/p5-Text-Delimited: Module for parsing delimited text files
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-01 11:10 UTC by gslin
Modified: 2006-08-01 13:31 UTC (History)
1 user (show)

See Also:


Attachments
p5-Text-Delimited-2.00.shar (2.57 KB, text/plain)
2006-08-01 11:10 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-08-01 11:10:10 UTC
Text::Delimited provides a programattical interface to data stored in
delimited text files. It is dependant upon the first row of the text
file containing header information for each corresponding "column" in
the remainder of the file.

After instancing, for each call to Read the next row's data is
returned as a hash reference. The individual elements are keyed by
their corresonding column headings.

WWW:	http://search.cpan.org/dist/Text-Delimited/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-01 11:10:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-08-01 13:30:57 UTC
State Changed
From-To: open->closed

New port added. Thank You.