Qupdates.plA cgi script I had written in Perl that uses Qstat to query a list a quake servers and output a webpage.
Interface.pmA Perl library I wrote to act as a framework for websites running Apache webserver with modpearl. This library has a method that acts as a handler and parses html requests.
CFSCollege Fantasy Sports. This was one of my first stabs at OOP in Perl from way back in 1999. I was working on this as a side project at the time. When the person whom was contracting me decided not to continue I worked it out where I got to keep the code with the intent of shopping it around. I never did sell it, so now I'll use it as an example. One thing to notice with this is my use of inheritance to support multiple games with a common code base. Unfortuneately at the time I put a good portion of the html either in the Perl code itself or in the database. I'm planning on redoing this code in C# using ASP.Net MVC to provide an example of the kind of work I'm doing now.