This counter program written in Perl keeps track of the number of hits made to a website. It uses file lock commands to ensure that the counter data does not get corrupted when two users simultaneously access the website. Requires Server Side Include capability.