in reply to Data::Table showing error
The syntax in your post appears to be incorrect. If you have a csv file that lacks a header, create the Data::Table object like this:
Could you post an example showing the format of your csv file? Also, are you using an up-to-date version of Data::Table? The current version is 1.72. You can get the version by running this one-liner:my $t = Data::Table::fromCSV("ravi.csv", 0);
perl -MData::Table -e 'print "$Data::Table::VERSION\n"'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Data::Table showing error
by ravi45722 (Pilgrim) on Oct 27, 2015 at 06:27 UTC | |
by kevbot (Vicar) on Oct 27, 2015 at 06:45 UTC | |
by ravi45722 (Pilgrim) on Oct 27, 2015 at 06:51 UTC | |
by kevbot (Vicar) on Oct 27, 2015 at 08:10 UTC | |
by ravi45722 (Pilgrim) on Oct 27, 2015 at 08:32 UTC |