in reply to Re: How Much Is Too Much (on one line of code)?
in thread How Much Is Too Much (on one line of code)?

If $card->country returns 'Gbr', then your code will set $country to '', while the original code will set it to 'Gbr'.
  • Comment on Re^2: How Much Is Too Much (on one line of code)?