in reply to How Much Is Too Much (on one line of code)?
Why isn't that just:
my $country = uc("[" . $card->country . "]"); $country = '' if $country eq "[GBR]";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How Much Is Too Much (on one line of code)?
by ysth (Canon) on Jun 18, 2007 at 18:02 UTC | |
Re^2: How Much Is Too Much (on one line of code)?
by Anonymous Monk on Jun 19, 2007 at 00:16 UTC | |
Re^2: How Much Is Too Much (on one line of code)?
by demerphq (Chancellor) on Jun 19, 2007 at 13:16 UTC |