Help for this page

Select Code to Download


  1. or download this
    <html>
    <head>
    ...
      <p>My Path is set to <TMPL_VAR NAME=PATH></p>
    </body>
    </html>
    
  2. or download this
    #!/usr/bin/perl -wT
    use HTML::Template;
    ...
    
    # send the obligatory Content-Type and print the template output
    print "Content-Type: text/html\n\n", $template->output;