Help for this page

Select Code to Download


  1. or download this
    open (FILE, "$indx_tem")  or die " $indx_tem: $!";
    open (FILE1, ">$indx")  or die "$indx: $!";
    ...
        # print the template to file
        $template->output(print_to => *FILE1);
        last;
    
  2. or download this
    print header();
    
    ...
       }
    }
    print end_html();