$t = Data::Table::fromCSV("aaa.csv"); # Read a csv file into a table oject print $t->html; # Display a 'portrait' HTML TABLE on web.