October 2005

Post

Posts published in October 2005

1 comment   |   Tools and Techniques

Validating Web forms with Perl

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 ...