Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

CGI::Untaint::email

Name CGI::Untaint::email
Version 0.03
Located at /usr/share/perl5
File /usr/share/perl5/CGI/Untaint/email.pm
Is Core No
Search CPAN for this module CGI::Untaint::email
Documentation CGI::Untaint::email
Module Details CGI::Untaint::email

NAME

CGI::Untaint::email - validate an email address


SYNOPSIS

  use CGI::Untaint;
  my $handler = CGI::Untaint->new($q->Vars);
  my $email = $handler->extract(-as_email => 'emailaddress');


DESCRIPTION

CGI::Untaint::email input handler verifies that it is a valid RFC2822 mailbox format.

The resulting value will be a Mail::Address instance.


AUTHOR

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.


SEE ALSO

the CGI::Untaint manpage, the Email::Valid manpage

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026