The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

get-code2country - fetch ICAO country code from wikipedia

SYNOPSIS

    $ ./scripts/get-code2country >sh

DESCRIPTION

A comprehensive list of ICAO country codes s described on http://en.wikipedia.org/wiki/ICAO_airport_code. get-code2country is a small script that will fetch and parse this url, to extract this list of country codes. It will then dump them as Perl code, to be inserted directly in Geo::ICAO.

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.