Pass a second argument of 0 to tell the module not to use headers:
#!/usr/bin/perl use strict; use warnings; use Data::Table; my $t = Data::Table::fromCSV( "ravi.csv", 0 ); # Read a csv file + into a table object (no headers) print $t->csv; # Display a 'portrait' HTML TABLE + on web.
In reply to Re: Data::Table showing error
by BrowserUk
in thread Data::Table showing error
by ravi45722
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |