dpatrick has asked for the wisdom of the Perl Monks concerning the following question:
my $emailBodyTmpl = new HTML::Template::eyemg( filename => "protected/tpm/comments.tmpl", path => "$LocalLib::docroot" ); $emailBodyTmpl->param( supplierName => $fromQuery::supplierName, supplierNumber => $fromQuery::supplierNumber, reportDate => $fromQuery::reportDate, ); my $body = $emailBodyTmpl->output();
?$emailBodyTmpl->param( %{ @arrayOfData[0] }, );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Namespace variable gathering
by samtregar (Abbot) on Apr 24, 2002 at 22:16 UTC | |
|
Re: Namespace variable gathering
by dsb (Chaplain) on Apr 24, 2002 at 21:07 UTC | |
by belg4mit (Prior) on Apr 24, 2002 at 21:37 UTC |