Help for this page

Select Code to Download


  1. or download this
    <HTML>
    <HEAD>
    ...
    @Text
    </body>
    </html>
    
  2. or download this
    my $template = HTML::Template->new(filename => 'my.tmpl');
    print $template->output;
    exit;