blob: 4ba729d11a61137df1d478771746887ae8cc0f08 (
plain)
1
2
3
4
5
6
7
8
9
|
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: https://metacpan.org/release/Text-CSV_XS
|