Help for this page

Select Code to Download


  1. or download this
    
    [% INCLUDE templates/header.html
    ...
      <div>[% message %]</div>
    
    [% INCLUDE templates/footer.html%]
    
  2. or download this
    my $template = Template->new({<----*****HERE
        INCLUDE_PATH => '/Users/7stud/perl_programs/cgi_projects/1proj'
    ...
    |
    |
    *****AND HERE