
Geography::Country::Utils - Utilities for country-specific information

This document describes version 1.07 of Geography::Country::Utils, released August 12, 2005.

use Geography::Country::Utils qw(...); # autoloads submodules

This module is just a thin wrapper around other Geography::Country::* modules. No functions are exported by default; any functions requested are imported from the module that defines them.

Returns the international dial code for a country, specified either as name or as FIPS country code.
Returns the FIPS code for a country.
Returns the FIPS code for a country name.
Convert an ISO country code to the corresponding FIPS code.
Convert a FIPS country code to the corresponding ISO code.
Same as "country2fips". Deprecated.
Same as "fips2country". Deprecated.
Returns the capital for the country specified as FIPS code.
XXX: currently undocumented.
XXX: currently undocumented.

Ariel Brosh <schop@cpan.org> is the original author, now passed away.
Autrijus Tang <autrijus@autrijus.org> is the current maintainer.

Copyright 2001, 2002 by Ariel Brosh.
Copyright 2003, 2005 by Autrijus Tang.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.