The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

get.subcountry.page.pl - Get http://en.wikipedia.org.wiki.ISO_3166-2.$code2.html

SYNOPSIS

populate.subcountry.pl [options]

        Options:
        -code2 $a_2_letter_country_code
        -help
        -verbose $integer

All switches can be reduced to a single letter.

Exit value: 0.

Default input: http://en.wikipedia.org.wiki.ISO_3166-2.$code2.html.

Default output: data/en.wikipedia.org.wiki.ISO_3166-2.$code2.html.

OPTIONS

-code2 $a_2_letter_country_code

Specify the code of the country to process.

-help

Print help and exit.

-verbose => $integer

Print more or less progress reports. Details (more-or-less):

        0: Print nothing.
        1: Warnings, or anything I'm working on.
        2: The country table and specials table.
        3: The kinds of subcountries encountered. See comments in code re 'verbose > 2'.

Default: 0.