in reply to How do I make all the values in %a with common keys in %b equal to %b's values?

Continuing my answer... the example code will correctly update the key 'A', but it will also introduce the key 'D', which may not be what you expected, given the original question.
  • Comment on Re: How do I make all the values in %a with common keys in %b equal to %b's keys?