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.
This header is used to generate HTML pages on the fly. It is written in Perl and detects the type of browser used by the client. A suitable header is then selected accordingly. Requires Server Side Include capability.