How to add text csv on Perl
Here’s steps you can do:
1. First, download Text CSV here
2. Extract the downloaded file
$ tar -xzvf Text-CSV_XS-0.23.tar.gz
3. Enter new directory created
$ cd Text-CSV_XS-0.23
4. Execute Makefile.PL
# perl Makefile.PL
5. Now, make it :
# make
6. Run make test
# make test
7. Run make install
# make install
Just try it, installation is completed.
References :
http://www.advokit.net/node/131
http://search.cpan.org/~jwied/Text-CSV_XS-0.23/CSV_XS.pm
Tags:perl