forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
280 B
Text
6 lines
280 B
Text
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/
|