CGI::FormMagick::Validator::Geography.3pm

Langue: en

Version: 2003-06-24 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

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

SYNOPSIS

use CGI::FormMagick;

DESCRIPTION

See CGI::FormMagick::Validator for a general description.

Validation routines provided:

iso_country_code
The data is a standard 2-letter ISO country code. Requires the Locale::Country module to be installed.
US_state
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.
US_zipcode
The data looks like a valid US zipcode

SEE ALSO

The main perldoc for CGI::FormMagick

AUTHOR

Kirrily ``Skud'' Robert <skud@infotrope.net>

More information about FormMagick may be found at http://sourceforge.net/projects/formmagick/