Help for this page

Select Code to Download


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