{
    "mode": "perldoc",
    "parameter": "CGI::Untaint::email",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/CGI%3A%3AUntaint%3A%3Aemail/json",
    "generated": "2026-06-16T06:31:43Z",
    "synopsis": "use CGI::Untaint;\nmy $handler = CGI::Untaint->new($q->Vars);\nmy $email = $handler->extract(-asemail => 'emailaddress');",
    "sections": {
        "NAME": {
            "content": "CGI::Untaint::email - validate an email address\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use CGI::Untaint;\nmy $handler = CGI::Untaint->new($q->Vars);\n\nmy $email = $handler->extract(-asemail => 'emailaddress');\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "CGI::Untaint::email input handler verifies that it is a valid RFC2822 mailbox format.\n\nThe resulting value will be a Mail::Address instance.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Tatsuhiko Miyagawa <miyagawa@bulknews.net>\n\nThis library is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "CGI::Untaint, Email::Valid\n",
            "subsections": []
        }
    },
    "summary": "CGI::Untaint::email - validate an email address",
    "flags": [],
    "examples": [],
    "see_also": []
}