Help for this page

Select Code to Download


  1. or download this
    my $template = HTML::Template->new( scalarref => $html_content, 
                %_array_of_fields
    );                             );
    
  2. or download this
    %_array_of_fields = (
    'option' => "$option",
    'option2' => "$option2",
    'option3' => "$someOtherOptionVariable",
    );