Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Initial Hash of Hash by value

by FunkyMonk (Chancellor)
on Apr 07, 2011 at 18:30 UTC ( [id://898147]=note: print w/replies, xml ) Need Help??


in reply to Initial Hash of Hash by value

You can easily create new references to your original hashes like so:

my %hash3 = ( plants => { %hash1 }, animals => { %hash2 } ); my %hash4 = ( plants => { %hash1 }, animals => { %hash2 } );

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-25 19:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found