|
Locales::Country::ja - ISO 3166-1 Country Codes in Japanese. |
Locales::Country::ja - ISO 3166-1 Country Codes in Japanese.
require Locales::Country::ja;
my $ja = new Locales::Country::ja;
print " ", $ja->getLocale, " => ", $ja->code2country ( "jp" ), "\n"; print " ", $ja->getLocale, " => ", $ja->code2country ( "jpn" ), "\n"; print " ", $ja->getLocale, " => ", $ja->code2country ( "392" ), "\n";
print " ", $ja->getLocale, " => ", $ja->country2code ( "日本", "alpha2" ), "\n"; print " ", $ja->getLocale, " => ", $ja->country2code ( "日本", "alpha3" ), "\n"; print " ", $ja->getLocale, " => ", $ja->country2code ( "日本", "numeric" ), "\n";
This module provides an OO interface to Japanese language ISO 3166-1 country codes. All of the functions available in the Locale::Country module are available here as class methods.
This module may be used indirectly through the the Locales::Country manpage module which also exports functions in the style of the Locale::Country manpage.
Documentation remains under development.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
None presently known.
Daniel Yacob, dyacob@cpan.org
Included with this package:
examples/country*.pl
|
Locales::Country::ja - ISO 3166-1 Country Codes in Japanese. |