NAME

Geo::ICAO - Airport and ICAO codes lookup

SYNOPSIS

use Geo::ICAO;
...

my @region_codes = all_region_codes();
my @region_names = all_region_names();

EXPORT

Nothing yet.

FUNCTIONS

Regions

The first letter of an ICAO code refer to the region of the airport. The region is quite loosely defined as per the ICAO. This set of functions allow retrieval and digging of the regions.

. all_region_codes( )

Return the list of all single letters defining an ICAO region. No parameters needed.

. all_region_names( )

Return the list of all ICAO region names. No parameters needed.

BUGS

Please report any bugs or feature requests to < bug-geo-icao at rt.cpan.org>, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Geo-ICAO. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SEE ALSO

Geo::ICAO development takes place on http://geo-icao.googlecode.com - feel free to join us.

You can also look for information on this module at:

AUTHOR

Jerome Quelin, <jquelin at cpan.org>

COPYRIGHT & LICENSE

Copyright (c) 2007 Jerome Quelin, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.