
CGI::FormMagick::Validator::Business - business-related validation routines

use CGI::FormMagick;

See CGI::FormMagick::Validator for a general description.
The data looks like a valid credit card number. Checks the input for * numeric characters, spaces, and dashes, only * length * and a checksum algorithm used by most (all?) credit cards.
The data looks like a valid credit card expiry date. Checks MM/YY and MM/YYYY format dates and fails if the date is in the past or is more than ten years in the future.

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/