in reply to Re: insert data into Nested Hash
in thread insert data into Nested Hash
Your hash description is alarming. You do know that \%a is unrelated to hash ref $a, right?
Whoops! No I didn't realize that. I see now. $a is a reference to an anoymous hash, and \%a is the reference to a named hash, named %a.
And YES! Your Update was exactly what I really wanted.
Thank You! :-)