Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use HTML::Template;
    ...
    <TMPL_VAR NAME=VALUE>
    </body>
    </html>
    
  2. or download this
    package Foo;
    use HTML::Template;
    ...
    <TMPL_VAR NAME=VALUE>
    </body>
    </html>
    
  3. or download this
    HTML::Template->new() : Syntax error in <TMPL_*> tag at /fake/path/for
    +/non/file/template : 5. at /usr/lib/perl5/site_perl/5.8.0/HTML/Templa
    +te.pm line 2243, <DATA> line 7.