|
Locales::Country::hi - ISO 3166-1 Country Codes in Hindi. |
Locales::Country::hi - ISO 3166-1 Country Codes in Hindi.
require Locales::Country::hi;
my $hi = new Locales::Country::hi;
print " ", $hi->getLocale, " => ", $hi->code2country ( "in" ), "\n"; print " ", $hi->getLocale, " => ", $hi->code2country ( "ind" ), "\n"; print " ", $hi->getLocale, " => ", $hi->code2country ( "356" ), "\n";
print " ", $hi->getLocale, " => ", $hi->country2code ( "भारत", "alpha2" ), "\n"; print " ", $hi->getLocale, " => ", $hi->country2code ( "भारत", "alpha3" ), "\n"; print " ", $hi->getLocale, " => ", $hi->country2code ( "भारत", "numeric" ), "\n";
This module provides an OO interface to Hindi 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::hi - ISO 3166-1 Country Codes in Hindi. |