my $country = $card->country; if ($country eq 'gbr') { $country = ''; } else { $country = uc "[$country]"; }