Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Re: Re: Union of hashes

by AidanLee (Chaplain)
on Feb 07, 2002 at 13:18 UTC ( [id://143865]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Union of hashes
in thread Union of hashes

They are guaranteed to be in the same order. Note though that in both your solution and Biker's solution this is a union of keys. Entries in %b will overwrite entries in %a with their values when they share the same key. There's really no way around this, and it's probably what IvorW wants, but I thought I'd mention it for safety's sake.

Replies are listed 'Best First'.
Re: Re: Re: Re: Union of hashes
by Masem (Monsignor) on Feb 07, 2002 at 14:37 UTC
    I should point out that while it's simple to redefine the behavior to have values of %a overwrite %b, or vice verse, you can get more customizable behavior using *cough*my module*cough* Hash::Merge. One included way with this module would have values of equivalent keys to be placed in an anon array, but the module allows for specific settings.

    -----------------------------------------------------
    Dr. Michael K. Neylon - mneylon-pm@masemware.com || "You've left the lens cap of your mind on again, Pinky" - The Brain
    "I can see my house from here!"
    It's not what you know, but knowing how to find it if you don't know that's important

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-20 15:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found