The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Form::Validator::USState - Canned validator for US State abbreviations

SYNOPSIS

    $form->add_validation(username => 'Form::Validator::USState');

DESCRIPTION

Checks for a field containing precisely two letters, and further checks (in Perl-space) that these two letters are a valid abbreviation for a US state.