NAME
Mail::Address::MobileJp - mobile email address in Japan
SYNOPSIS
my
=
'123456789@docomo.ne.jp'
;
if
(is_mobile_jp(
)) {
"$email is mobile email in Japan"
;
}
# extract mobile email address from an array of addresses
my
@mobile
=
grep
{ is_mobile_jp(
$_
) }
@addr
;
DESCRIPTION
Mail::Address::MobileJp is an utility to detect an email address is mobile (cellphone) email address or not.
This module should be updated heavily :)
FUNCTION
This module exports following function(s).
- is_mobile_jp
-
$bool
= is_mobile_jp(
$email
);
returns whether
$email
is a mobile email address or not.$email
can be an email string or Mail::Address object. - is_imode
-
$bool
= is_imode(
$email
);
returns whether
$email
is a i-mode email address or not.$email
can be an email string or Mail::Address object. - is_vodafone
-
$bool
= is_vodafone(
$email
);
returns whether
$email
is a vodafone(j-sky) email address or not.$email
can be an email string or Mail::Address object. - is_ezweb
-
$bool
= is_ezweb(
$email
);
returns whether
$email
is a ezweb email address or not.$email
can be an email string or Mail::Address object. - is_softbank
-
$bool
= is_softbank(
$email
);
returns whether
$email
is a softbank email address or not.$email
can be an email string or Mail::Address object.
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
Mail::Address, http://www.mag2.com/faq/mobile.htm