Help for this page

Select Code to Download


  1. or download this
            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
    
  2. or download this
    use Data::Table;
    
    ...
    
    # Print it as an HTML table, for example
    print $table->html;