Help for this page
use HTML::Template(); use HTML::FillInForm(); ... print $fif->fill(scalarref => \$template->output(), fobject => $query);
my $html = $template->output(); print $fif->fill(scalarref => \$html, fobject => $query);