
CGI::FormMagick::Validator::Geography - geography-related validation routines

use CGI::FormMagick;

See CGI::FormMagick::Validator for a general description.
The data is a standard 2-letter ISO country code. Requires the Locale::Country module to be installed.
The data is a standard 2-letter US state abbreviation. Uses Geography::State in non-strict mode, so this module must be installed for it to work.
The data looks like a valid US zipcode

The main perldoc for CGI::FormMagick

Kirrily "Skud" Robert <skud@infotrope.net>
More information about FormMagick may be found at http://sourceforge.net/projects/formmagick/