Help for this page
# open the HTML template my $template = HTML::Template->new(filename => $f_name); ... # print the template to file print $template->output;
if (($check == '0') or ($check == '3') or ($check == '4')) { $template->param(tart => $tart); ... if (($check == '0') or ($check == '4')) { $template->param(mouth => $mouth); }