Help for this page

Select Code to Download


  1. or download this
    <html>
      <head>
    ...
        <TMPL_VAR NAME=BODYTEXT>
      </body>
    </html>
    
  2. or download this
    my $tmpl_frame = HTML::Template->new(filename =>
      "/path/to/my/template.tmpl");
    ...
    );
    
    print $tmpl_frame->output;