|
NAMECGI::Untaint::email - validate an email addressSYNOPSISuse CGI::Untaint; my $handler = CGI::Untaint->new($q->Vars); my $email = $handler->extract(-as_email => 'emailaddress'); DESCRIPTIONCGI::Untaint::email input handler verifies that it is a valid RFC2822 mailbox format.The resulting value will be a Mail::Address instance. AUTHORTatsuhiko Miyagawa <miyagawa@bulknews.net>This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSOCGI::Untaint, Email::Valid
Visit the GSP FreeBSD Man Page Interface. |