|
Locales::Country::am - ISO 3166-1 Country Codes in Amharic. |
Locales::Country::am - ISO 3166-1 Country Codes in Amharic.
require Locales::Country::am;
my $am = new Locales::Country::am;
print " ", $am->getLocale, " => ", $am->code2country ( "et" ), "\n"; print " ", $am->getLocale, " => ", $am->code2country ( "eth" ), "\n"; print " ", $am->getLocale, " => ", $am->code2country ( "231" ), "\n";
print " ", $am->getLocale, " => ", $am->country2code ( "ኢትዮጵያ", "alpha2" ), "\n"; print " ", $am->getLocale, " => ", $am->country2code ( "ኢትዮጵያ", "alpha3" ), "\n"; print " ", $am->getLocale, " => ", $am->country2code ( "ኢትዮጵያ", "numeric" ), "\n";
This module provides an OO interface to Amharic 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::am - ISO 3166-1 Country Codes in Amharic. |