DESCRIPTION FormChecker - Perl Module for checking HTML form input FormChecker provides an interface for checking web-form input for problems. FormChecker is designed around the idea of applying a series of rules to the form input - any rules at all. The idea is that in the real world the rules for form input are rather arbitray, for example some fields need to have only letters and number, other like a "username" must not already be in the database, whilst the "state" field must be one of the 50 US states only if the "country" is "US", and so forth. INSTALLATION To install the package: perl Makefile.PL make make test make install AUTHOR Matisse Enzer, COPYRIGHT & LICENSE Copyright (c)2001 by Matisse Enzer This package is free software and is provided "as is" without express or implied warranty. It may be used, redistributed and/or modified under the terms of the Perl Artistic License (see http://www.perl.com/perl/misc/Artistic.html)