Help for this page

Select Code to Download


  1. or download this
    my @codes = map { substr($_, 0, rindex($_, '.')) } @intl_files;
    
    ...
    ) {
        print "<option value=\"$code\">$country_names{$code}</option>\n";
    }