Help for this page

Select Code to Download


  1. or download this
    [%# Template File %]
    [% META
    ...
    %]
    [% title %]
    And here goes the template text, and the template [% name %].
    
  2. or download this
    # Perl File
    # %parameters are your template parameters, don't care.
    ...
    # data will hold template filling data
    my %data;
    map { $data{$_} = eval $template->code_for( $_ ) } $template->needed_k
    +eys( 'Template.tt' );