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

NAME

Form::Validator::Email - Canned validator for email addresses

SYNOPSIS

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

DESCRIPTION

Checks for a field containing a well-formed email address as specified by RFC 822. It does not perform any detailed semantic or network-based validity checks for the address.