Help for this page

Select Code to Download


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