Help for this page

Select Code to Download


  1. or download this
  2. or download this
    use strict;
    use warnings;
    ...
    $table->process( \$tmpl, { rows => \@data }, \$html ) or warn $table->
    +error, $/;
    
    print $html;