Help for this page

Select Code to Download


  1. or download this
    <HTML>
        <HEAD>
    ...
           My Path is set to <TMPL_VAR NAME="path">.
        </BODY>
      </HTML>
    
  2. or download this
    use HTML::Template;
    
    ...
    
      # print the template
      print $template->output;