in reply to Re^4: Use of HTML::Template
in thread Use of HTML::Template
Unfortunately no. According to my reading of the documentation you must use param () to set parameters:
my $template = HTML::Template->new( scalarref => $html_content); $template->param (%_array_of_fields);
|
|---|