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

Re: accessing a hash of hashes

by tomhukins (Curate)
on Feb 15, 2005 at 11:34 UTC ( [id://431115]=note: print w/replies, xml ) Need Help??


in reply to accessing a hash of hashes

Take a look at Perl's perlreftut and perlref documentation.

Each item in %urls contains a hash reference. To access this hash reference as a hash, use %$key. To access the value of a key directly from a hash reference, use the -> operator.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (7)
As of 2024-03-28 19:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found