in reply to Re: Re: How do I search and output results to HTML from a CSV database file?
in thread How do I search and output results to HTML from a CSV database file?

The module you're thinking of is Data::Table. From the docs:
$t = Data::Table::fromCSV("aaa.csv"); # Read a csv file into a table +oject print $t->html; # Display a 'portrait' HTML TAB +LE on web.
buckaduck
  • Comment on Re: Re: Re: How do I search and output results to HTML from a CSV database file?
  • Download Code