Help for this page

Select Code to Download


  1. or download this
    my $TMPL = Template->new( {
        DELIMITER    => ';',
    ...
    [% BLOCK screen2 %]
    This is screen #2.
    [% END %]
    
  2. or download this
    __END__
    [% INCLUDE primary/html_head.tmpl %]
    ...
    [% END %]
    
    [% INCLUDE primary/html_foot.tmpl %]