Help for this page

Select Code to Download


  1. or download this
    my %exceptions = ('' => '', gbr => '');
    my $c = $card->country || '';
    my $country = exists($exceptions{$c}) ? $exceptions{$c} : uc "[$c]";