Locales::Country::es - ISO 3166-1 Country Codes in Spanish.


NAME

Locales::Country::es - ISO 3166-1 Country Codes in Spanish.


SYNOPSIS

  require Locales::Country::es;
  my $es = new Locales::Country::es;
  print "  ", $es->getLocale, " => ", $es->code2country ( "es" ), "\n";
  print "  ", $es->getLocale, " => ", $es->code2country ( "esp" ), "\n";
  print "  ", $es->getLocale, " => ", $es->code2country ( "724" ), "\n";
  print "  ", $es->getLocale, " => ", $es->country2code ( "España", "alpha2" ), "\n";
  print "  ", $es->getLocale, " => ", $es->country2code ( "España", "alpha3" ), "\n";
  print "  ", $es->getLocale, " => ", $es->country2code ( "España", "numeric" ), "\n";


DESCRIPTION

This module provides an OO interface to Spanish 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::es - ISO 3166-1 Country Codes in Spanish.