mendeepak has asked for the wisdom of the Perl Monks concerning the following question:
Locale::Country is not retriving country code for Netherlands Antilles
#!/usr/bin/perl use strict; use Locale::Country; my $country = code2country('an', 'alpha-2'); my $code = country2code('Netherlands Antilles', 'alpha-2'); print "$country\n"; print "$code\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Locale Country not working
by hippo (Archbishop) on Aug 22, 2014 at 10:42 UTC | |
by SBECK (Chaplain) on Aug 22, 2014 at 14:18 UTC | |
|
Re: Locale Country not working
by mendeepak (Scribe) on Aug 25, 2014 at 03:25 UTC |