NAME
Locales::Country::fi - ISO 3166-1 Country Codes in Finnish.
SYNOPSIS
require
Locales::Country::fi;
my
$fi
= new Locales::Country::fi;
" "
,
$fi
->getLocale,
" => "
,
$fi
->code2country (
"gb"
),
"\n"
;
" "
,
$fi
->getLocale,
" => "
,
$fi
->code2country (
"gbr"
),
"\n"
;
" "
,
$fi
->getLocale,
" => "
,
$fi
->code2country (
"826"
),
"\n"
;
" "
,
$fi
->getLocale,
" => "
,
$fi
->country2code (
"Iso-Britannia"
,
"alpha2"
),
"\n"
;
" "
,
$fi
->getLocale,
" => "
,
$fi
->country2code (
"Iso-Britannia"
,
"alpha3"
),
"\n"
;
" "
,
$fi
->getLocale,
" => "
,
$fi
->country2code (
"Iso-Britannia"
,
"numeric"
),
"\n"
;
DESCRIPTION
This module provides an OO interface to Finnish 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