blob: 34f38de16f581c62fcfc71d24cefe5dfd77f015a (
plain)
1
2
3
4
5
6
|
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: https://metacpan.org/release/Class-CSV
|