in reply to Re^2: HTML::Template output to scalar or arrayin thread HTML::Template output to scalar or array
print $template->output();
if you're not doing anything with $html other than printing it. But yup, you've got it!
Cheers,
Brent