in reply to Re: Modify hash reference itself
in thread Modify hash reference itself

Your second example worked perfectly, thank you. You know, in my struggle I almost tried that, I had:

%{$a} = { %{$a}, %{$b} };

I've been writing perl for 6 years, and still I get tripped up. Thanks again Beechbone