Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $tmpl = HTML::Template::Pro -> new(filename => 'test.tmpl');
    print "Content-Type: text/html\n\n";
    $tmpl -> output();
    
  2. or download this
    <!doctype html>
     <html>
    ...
      <p>blah blah</p>
     </body>
     </html>