File-Text-CSV
Text::Text::CSV is like many other CSV processing modules, but it
focuses on the file side.
CSV data is a file data format, so in practice one has to work with a
file, reading lines, then unpacking the data from the lines using some
other module, and so on. This module combines all that.
It uses Text::CSV_XS to handle the CSV details.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc File::Text::CSV
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=File-Text-CSV
Search CPAN
http://search.cpan.org/dist/File-Text-CSV
COPYRIGHT AND LICENCE
Copyright (C) 2016 Johan Vromans
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.