Locales::Country::hi - ISO 3166-1 Country Codes in Hindi.


NAME

Locales::Country::hi - ISO 3166-1 Country Codes in Hindi.


SYNOPSIS

  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";


DESCRIPTION

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.


COPYRIGHT

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


BUGS

None presently known.


AUTHOR

Daniel Yacob, dyacob@cpan.org


SEE ALSO

the Locales::Country manpage

Included with this package:

  examples/country*.pl

 Locales::Country::hi - ISO 3166-1 Country Codes in Hindi.