--- title: CGI.pm date: "1999-07-25T12:00:00Z" categories: - links wp_id: 2181 description: 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. keywords: [cgi.pm, perl, cgi, web development, backend] --- I was playing around with CGI and wrote a script to determine when somebody last logged in. Read about [CGI.pm](http://stein.cshl.org/WWW/software/CGI/cgi_docs.html).