slackbuilds/perl/perl-Text-CSV
Zachary Storer 3d0cc3c095 perl/perl-Text-CSV: Fix source URLs. 2014-07-22 16:23:28 +07:00
..
README perl/perl-Text-CSV: Added (Perl Text::CSV module). 2013-12-14 10:53:05 -06:00
perl-Text-CSV.SlackBuild perl/perl-Text-CSV: Added (Perl Text::CSV module). 2013-12-14 10:53:05 -06:00
perl-Text-CSV.info perl/perl-Text-CSV: Fix source URLs. 2014-07-22 16:23:28 +07:00
slack-desc perl/perl-Text-CSV: Added (Perl Text::CSV module). 2013-12-14 10:53:05 -06:00

README

Text::CSV provides facilities for the composition and decomposition of
comma-separated values using Text::CSV_XS or its pure Perl version.

An instance of the Text::CSV 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.

This module is compatible with Text::CSV_XS 0.99 and later (except for
diag_verbose and allow_unquoted_escape).