CGI/Perl Enhancements

Perl is an interpreted language that was designed to scan text files, extract information from those text files, and display text-based reports using that information. Perl's recent popularity has been fed most by Common Gateway Interface (CGI) Programming, which you use to perform Web-based client/server operations.

Create a Text Counter

The text counter keeps track of all hits on a page, both those from within the university and those from outside the university.


Create a Graphical Counter

The graphical counter does the same as the text counter, but uses graphics as the numbers instead of text.


Create a Guestbook

Get some feedback about what people think of your homepage with a guestbook.


Rotate your Images

Change an image on your webpage based on the hour, day, or month.