Help for this page

Select Code to Download


  1. or download this
               # open the HTML template
        my $template = HTML::Template->new(filename => $f_name);
    ...
    
        # print the template to file
        print $template->output;
    
  2. or download this
        if (($check == '0') or ($check == '3') or ($check == '4')) {
        $template->param(tart => $tart);
    ...
        if (($check == '0') or ($check == '4')) {
        $template->param(mouth => $mouth);
     }