CGI::Untaint::email(3pm) | User Contributed Perl Documentation | CGI::Untaint::email(3pm) |
CGI::Untaint::email - validate an email address
use CGI::Untaint; my $handler = CGI::Untaint->new($q->Vars); my $email = $handler->extract(-as_email => 'emailaddress');
CGI::Untaint::email input handler verifies that it is a valid RFC2822 mailbox format.
The resulting value will be a Mail::Address instance.
Tatsuhiko Miyagawa <miyagawa@bulknews.net>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
CGI::Untaint, Email::Valid
2022-06-10 | perl v5.34.0 |