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::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.