NAME
Locales::Country::el - ISO 3166-1 Country Codes in Greek.
SYNOPSIS
require Locales::Country::el;
my $el = new Locales::Country::el;
print " ", $el->getLocale, " => ", $el->code2country ( "gr" ), "\n";
print " ", $el->getLocale, " => ", $el->code2country ( "grc" ), "\n";
print " ", $el->getLocale, " => ", $el->code2country ( "300" ), "\n";
print " ", $el->getLocale, " => ", $el->country2code ( "Ελλάδα", "alpha2" ), "\n";
print " ", $el->getLocale, " => ", $el->country2code ( "Ελλάδα", "alpha3" ), "\n";
print " ", $el->getLocale, " => ", $el->country2code ( "Ελλάδα", "numeric" ), "\n";
DESCRIPTION
This module provides an OO interface to Greek 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 Locales::Country module which also exports functions in the style of Locale::Country.
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
Included with this package:
examples/country*.pl
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 32:
Non-ASCII character seen before =encoding in '"Ελλάδα",'. Assuming CP1252