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 --