One of the most frequent uses of Perl in my job is to validate web-based forms. Here’s some explanation and sample code to how I do that efficiently and effectively. As a foundation, I use the CGI::Application framework. I originally thought using a “framework” for simply displaying and validating a form as overkill. I now ...