In root: index.cgi [cgi-bin] -> contact.pl [pages] -> contact.tmpl -> topnav.tmpl -> thankyou.tmpl #### INDEX.CGI: $template = HTML::Template->new(filename => 'pages/contact.tmpl'); CONTACT.TMPL:
TOPNAV.TMPL ...
  • LINKS
  • ... ##
    ## $template->param(HOME => $ENV{HOME}); $template->param(PATH => $ENV{PATH});