Help for this page
# open three file handles, for NT page, UNIX page, MAIL page foreach my $class ( sort keys %classHash ) { ... ... } }
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). }