|
Geography::Country::Utils - Utilities for country-specific information |
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.
country2fips($name)fips2country($code)iso2fips($code)fips2iso($code)Code($name)Name($code)
fips2capital($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.
See http://www.perl.com/perl/misc/Artistic.html
|
Geography::Country::Utils - Utilities for country-specific information |