Locales::Country::ko - ISO 3166-1 Country Codes in Korean.


NAME

Locales::Country::ko - ISO 3166-1 Country Codes in Korean.


SYNOPSIS

  require Locales::Country::ko;
  my $ko = new Locales::Country::ko;
  print "  ", $ko->getLocale, " => ", $ko->code2country ( "kp" ), "\n";
  print "  ", $ko->getLocale, " => ", $ko->code2country ( "prk" ), "\n";
  print "  ", $ko->getLocale, " => ", $ko->code2country ( "408" ), "\n";
  print "  ", $ko->getLocale, " => ", $ko->country2code ( "조선 민주주의 인민 공화국", "alpha2" ), "\n";
  print "  ", $ko->getLocale, " => ", $ko->country2code ( "조선 민주주의 인민 공화국", "alpha3" ), "\n";
  print "  ", $ko->getLocale, " => ", $ko->country2code ( "조선 민주주의 인민 공화국", "numeric" ), "\n";


DESCRIPTION

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