Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Hash element access -dereferenced hashes

by choroba (Cardinal)
on Dec 06, 2012 at 10:10 UTC ( [id://1007507]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %hash1 = (key1   => "value1");
    %hash2 = (value1 => "Gotcha");
    print $hash2{ $hash1{key1} }, "\n"; # Not $key1!
    
  2. or download this
    Gotcha
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-23 18:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found