Help for this page

Select Code to Download


  1. or download this
    foreach my $file (@files) {
      my  $OUTFILE_fname = $file.".html";     # output file name
    ...
    
        close ( OUTFILE );         # close output file
    }