Help for this page

Select Code to Download


  1. or download this
       my $template = HTML::Template->new(filename =>   $prepage,
                                                            die_on_bad_par
    +ams => 0);                                        
    ...
            $template->output();
       print "$template";
            exit;
    
  2. or download this
    my $html = $template->output();
            print "$html";
            exit;