I was playing around with CGI and wrote a script to determine when somebody last logged in. Read about CGI.pm.
CGI.pm
I built a script to track user login times while exploring CGI. I'm using the CGI.pm Perl module to handle web forms and generate HTML, making server-side web development significantly more manageable.