in reply to Re^3: Use of HTML::Template
in thread Use of HTML::Template
my $template = HTML::Template->new( scalarref => $html_content, %_array_of_fields ); );
would that work?%_array_of_fields = ( 'option' => "$option", 'option2' => "$option2", 'option3' => "$someOtherOptionVariable", );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Use of HTML::Template
by GrandFather (Saint) on Feb 08, 2009 at 09:35 UTC |