Jerome Quelin > Geo-ICAO > get-code2country

Download:
Geo-ICAO-0.36.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

get-code2country - fetch ICAO country code from wikipedia

SYNOPSIS ^

    using vi to update Geo::ICAO...
    $ vi lib/Geo/ICAO.pm
        /CODE2COUNTRY
        0d}
        :r!scripts/get-code2country

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.