diff options
author | Petar Petrov <petar.petrov@student.oulu.fi> | 2013-12-14 07:48:26 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-12-14 10:53:05 -0600 |
commit | b80b86a881835b23d3ef2e6effa505d5fe583bb2 (patch) | |
tree | 49dfa6a4091c847798df6d111dc623fa6c8aeaf7 /perl/perl-Text-CSV/README | |
parent | ad31a4947aba08d6e1723a9b897ac115492e2889 (diff) |
perl/perl-Text-CSV: Added (Perl Text::CSV module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Text-CSV/README')
-rw-r--r-- | perl/perl-Text-CSV/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/perl/perl-Text-CSV/README b/perl/perl-Text-CSV/README new file mode 100644 index 0000000000000..5af8b8b46cc68 --- /dev/null +++ b/perl/perl-Text-CSV/README @@ -0,0 +1,11 @@ +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). |