Help for this page

Select Code to Download


  1. or download this
    my $tpl = HTML::Template->new();
    my $q   = CGI->new();
    ...
    # Then in your template
    
    <tmpl_include name="<tmpl_var name=file>">
    
  2. or download this
    <tmpl_if name="foo">
    <tmpl_include name="foo.inc">
    ...
    <tmpl_if name="bar">
    <tmpl_include name="bar.inc">
    </tmpl_if>