Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Referencing to a hash inside a hash of hashes.

by TheoPetersen (Priest)
on Aug 08, 2001 at 00:50 UTC ( [id://102906]=note: print w/replies, xml ) Need Help??


in reply to Referencing to a hash inside a hash of hashes.

Change the assignment of the ODIR key to a referencing operation:
$hash{'myhash'}->{ODIR} = \%direc;
Then dereference it as you had the 'myhash' key:
$f = $hash{'myhash'}->{ODIR}->{'this'}

Replies are listed 'Best First'.
Re: Re: Referencing to a hash inside a hash of hashes.
by JPaul (Hermit) on Aug 08, 2001 at 00:56 UTC
    Aha!
    Many thanks Theo,

    JP -- Alexander Widdlemouse undid his bellybutton and his bum dropped off --

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (10)
As of 2024-04-16 08:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found