in reply to
Handling CSV files
Take a look at
Data::Table
, and the
Data::Table Cookbook
.
Here are a few nodes, where I have used Data::Table:
Re: Extract a column of csv
Re: Descriptive Stats from .csv file
Re: Merging two data sets
Re: perl: How to comapre and manipulate csv file in perl?
Re: Merging Columns from multiple files into a single file
Comment on
Re: Handling CSV files
In Section
Seekers of Perl Wisdom