Help for this page

Select Code to Download


  1. or download this
    <html>
    <head>
    ...
     <TMPL_INCLUDE NAME='test2.tmpl'>
    </body>
    </html>
    
  2. or download this
    <h2>This is the second template</h2>
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    $template->param(FOO => 'foobar');
    
    print "Content-Type: text/html\n\n", $template->output;