Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    print FILE "Content-Type: text/html\n\n", $template->output;
    
    close FILE;
    
  2. or download this
    <html>
    <head><title>Test Template</title></head>
    ...
    
    </body>
    </html>