my $template = HTML::Template->new(filename => 'bigpage.tmpl'); my $tableHTML = tableHTML(...); $template->param(table => $tableHTML); print $template->output;