Query: email::valid::loose
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Email::Valid::Loose(3pm) User Contributed Perl Documentation Email::Valid::Loose(3pm)NAMEEmail::Valid::Loose - Email::Valid which allows dot before at markSYNOPSISuse Email::Valid::Loose; # same as Email::Valid my $addr = 'read_rfc822.@docomo.ne.jp'; my $is_valid = Email::Valid::Loose->address($addr);DESCRIPTIONEmail::Valid::Loose is a subclass of Email::Valid, which allows . (dot) before @ (at-mark). It is invalid in RFC822, but is commonly used in some of mobile phone addresses in Japan (like docomo.ne.jp or jp-t.ne.jp).IMPLEMENTATIONThis module overrides "rfc822" method in Email::Valid.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 ALSOEmail::Valid, Mail::Address::MobileJp perl v5.8.8 2008-02-27 Email::Valid::Loose(3pm)