Help for this page
lastname,firstname,num1,num2,num3 Smith,Joe,40,76,175 ... Nader,Ralph,55,63,190 Alexander,Sue,25,54,98 Saxon,Jackson,32,60,155
use Data::Table; ... # Print it as an HTML table, for example print $table->html;