Help for this page
my %countryMap = ( US => [USA,USD],...);
my $countryMap = { US => {country=>USA, currrency=>USD}, ... };