#!/usr/bin/perl
# written by Eric Marshall  6/2002
print "Content-type: text/html\n\n";

open (USERLOG, "<him_users") or die();
while (<USERLOG>) { print; }
#add the end of the table and page
print <<"endtag";

</TABLE>

</BODY>
</HTML>
endtag
