Help for this page

Select Code to Download


  1. or download this
    
            my $template = HTML::Template->new(filename => 'test1.html');
    ...
            
            print $template->output();
    
  2. or download this
    
    <html>
    ...