Help for this page

Select Code to Download


  1. or download this
    <TMPL_VAR name="include_link">
    
  2. or download this
    <TMPL_INCLUDE name="foo_page.html">
    
  3. or download this
    use strict;
    use HTML::Template;
    ...
    # process custom built template..
    my $tmpl_final = new  HTML::Template(scalarref => \$tmpl->output());
    print $tmpl_final->output();
    
  4. or download this
    Including custom page...
    
    ...
    -----------
    
    rest of the page
    
  5. or download this
    SECOND PAGE!
    
  6. or download this
    Including custom page...
    
    ...
    -----------
    
    rest of the page