mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
5c4987423a
With minor mod to pkg-plist comparing to original PR PR: 120887 Submitted by: leeym
10 lines
479 B
Plaintext
10 lines
479 B
Plaintext
Text::CSV_XS provides facilities for the composition and decomposition of
|
|
comma-separated values. An instance of the Text::CSV_XS class can combine
|
|
fields into a CSV string and parse a CSV string into fields.
|
|
|
|
The module accepts either strings or files as input and can utilize any
|
|
user-specified characters as delimiters, separators, and escapes so it is
|
|
perhaps better called ASV (anything separated values) rather than just CSV.
|
|
|
|
WWW: http://search.cpan.org/dist/Text-CSV_XS/
|