Help for this page

Select Code to Download


  1. or download this
    my $tt = Template->new(WRAPPER => 'wrapper.tt', ...);
    $tt->process('whatever.tt', ...);
    
  2. or download this
    [% PROCESS header.tt %]
    [% content %]
    [% PROCESS footer.tt %]