| PageLog, the CGI used to track hits on Cline Library pages is valuable for its recording of certain user attributes the University serverlog ignores. However, as the number of pages relying on this Perl script grows, maintaining a link database to easily access the stats becomes a chore (each page has its own logfile).
PageLogDir reads the logfile directory and dynamically creates a jump menu of the file names. Good use of regular expressions.
(I later discovered similar prebuilt functions in ColdFusion)
|