Help for this page
my $emailBodyTmpl = new HTML::Template::eyemg( filename => "protected/tpm/comments.tmpl", ... reportDate => $fromQuery::reportDate, ); my $body = $emailBodyTmpl->output();
$emailBodyTmpl->param( %{ @arrayOfData[0] }, );