Help for this page

Select Code to Download


  1. or download this
    In root:
    index.cgi
    ...
    [pages]   -> contact.tmpl
              -> topnav.tmpl
              -> thankyou.tmpl
    
  2. or download this
    INDEX.CGI:
    $template = HTML::Template->new(filename => 'pages/contact.tmpl');
    ...
    ...
    <li><a href="?p=6">LINKS</a></li>
    ...
    
  3. or download this
    $template->param(HOME => $ENV{HOME});
    $template->param(PATH => $ENV{PATH});