README 583 B

123456789101112
  1. Text::CSV provides facilities for the composition and decomposition of
  2. comma-separated values using Text::CSV_XS or its pure Perl version.
  3. An instance of the Text::CSV class can combine fields into a CSV
  4. string and parse a CSV string into fields. The module accepts either
  5. strings or files as input and can utilize any user-specified
  6. characters as delimiters, separators, and escapes so it is perhaps
  7. better called ASV (anything separated values) rather than just CSV.
  8. This module is compatible with Text::CSV_XS 0.99 and later (except for
  9. diag_verbose and allow_unquoted_escape).