Help for this page

Select Code to Download


  1. or download this
    # open three file handles, for NT page, UNIX page, MAIL page
    foreach my $class ( sort keys %classHash ) {
    ...
       ...
      }
    }
    
  2. or download this
    foreach my $page (qw/NT UNIX MAIL/) {
      # open output html file for this page, print the header,
    ...
      }
      # print the footer and close this output file(s).
    }