Go to file
denghao b6300f4ed0 changed debian/source/format to native 2022-09-23 10:55:19 +03:00
debian changed debian/source/format to native 2022-09-23 10:55:19 +03:00
files Import Upstream version 2.02 2022-09-23 10:55:17 +03:00
lib/Text Import Upstream version 2.02 2022-09-23 10:55:17 +03:00
t Import Upstream version 2.02 2022-09-23 10:55:17 +03:00
Changes Import Upstream version 2.02 2022-09-23 10:55:17 +03:00
MANIFEST Import Upstream version 2.02 2022-09-23 10:55:17 +03:00
META.json Import Upstream version 2.02 2022-09-23 10:55:17 +03:00
META.yml Import Upstream version 2.02 2022-09-23 10:55:17 +03:00
Makefile.PL Import Upstream version 2.02 2022-09-23 10:55:17 +03:00
README.md Import Upstream version 2.02 2022-09-23 10:55:17 +03:00

README.md

Text::CSV version 1.33

Text::CSV provides facilities for the composition and decomposition of comma-separated values. 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.

Please refer to the complete documentation of Text::CSV for more information.

Installation

cpanm Text::CSV

Or manually:

perl Makefile.PL
make
make test
make install

Copyright (C) 1997 Alan Citterman. All rights reserved. Copyright (C) 2007-2015 Makamaka Hannyaharamitu. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.