Help for this page
my $template = HTML::Template->new( scalarref => $html_content, %_array_of_fields ); );
%_array_of_fields = ( 'option' => "$option", 'option2' => "$option2", 'option3' => "$someOtherOptionVariable", );