Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use strict;
    ...
     print OUT_HTML_FILE "Content-Type: text/html\n\n", $template->output;
    
    }
    
  2. or download this
    <html>
    <title><TMPL_VAR name=TITLE></title>
    ...
    </table>
    </body>
    </html>