Help for this page

Select Code to Download


  1. or download this
      my $t = HTML::Template->new( scalarref => $ref_to_template_text, 
                                   option => 'value' 
                                 );
    
  2. or download this
      my $t = HTML::Template->new( arrayref => $ref_to_array_of_lines , 
                                   option => 'value' 
                                 );