The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.