Why not adopt me?
NAME
Geography::Country::Utils - Utilities for country-specific information
VERSION
This document describes version 1.07 of Geography::Country::Utils, released August 12, 2005.
SYNOPSIS
use Geography::Country::Utils qw(...); # autoloads submodules
DESCRIPTION
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.
FUNCTIONS
Geography::Country::Dial
- dialcode([$name | $code])
-
Returns the international dial code for a country, specified either as name or as FIPS country code.
Geography::Country::FIPS
- country2fips($name)
-
Returns the FIPS code for a country.
- fips2country($code)
-
Returns the FIPS code for a country name.
- iso2fips($code)
-
Convert an ISO country code to the corresponding FIPS code.
- fips2iso($code)
-
Convert a FIPS country code to the corresponding ISO code.
- Code($name)
-
Same as "country2fips". Deprecated.
- Name($code)
-
Same as "fips2country". Deprecated.
Geography::Country::FIPS::Capitals
Geography::Country::TZ
XXX: currently undocumented.
- from_iso
- areas
- areas_dmy
Geography::Country::TZ::Zone
XXX: currently undocumented.
- getblock
- conv
- getoffset
- getpastoffset
- getsave
- find
- maketime
AUTHORS
Ariel Brosh <schop@cpan.org> is the original author, now passed away.
Autrijus Tang <autrijus@autrijus.org> is the current maintainer.
COPYRIGHT
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.