Help for this page
sub tableHTML { my %table_data = @_; ... $template->param(%table_data); return $template->output; }