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( scalarref => $template_file, 
                                   option => 'value' 
                                 );
    
  3. or download this
    my $template = HTML::Template->new($template_file);