-
-
29 Oct 2001 11:50:53 UTC
- Distribution: CGI-Untaint-email
- Module version: 0.03
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (811 / 6 / 2)
- Kwalitee
Bus factor: 1- 100.00% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (1.73KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
Module Install Instructions
To install CGI::Untaint::email, copy and paste the appropriate command in to your terminal.
cpanm CGI::Untaint::email
perl -MCPAN -e shell install CGI::Untaint::email
For more information on module installation, please visit the detailed CPAN module installation guide.