mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
7d9bf7d8d6
Class based CSV parser/writer
7 lines
280 B
Plaintext
7 lines
280 B
Plaintext
This module can be used to create objects from CSV files, or to create CSV
|
|
files from objects. Text::CSV_XS is used for parsing and creating CSV file
|
|
lines, so any limitations in Text::CSV_XS will of course be inherant in
|
|
this module.
|
|
|
|
WWW: http://search.cpan.org/dist/Class-CSV/
|