Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    print $t->output;
    
  2. or download this
    <tmpl_loop name="foo">
      <tmpl_var name="bar">
      <tmpl_var name="baz">
       <TMPL_IF NAME="TEST"></TMPL_IF>
    </tmpl_loop>