Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Combining / Merging two Ho(H|A)s

by Corion (Patriarch)
on Feb 21, 2006 at 21:02 UTC ( [id://531799]=note: print w/replies, xml ) Need Help??


in reply to Combining / Merging two Ho(H|A)s

If you just want the data to be overwritten, it's easy and no loop is needed when you use a hash slice:

@hash1{ keys %hash2 } = values %hash2;

Oh - now I see that you wanted this done recursively. Then you'll need something like GrandFather wrote

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://531799]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-03-28 18:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found