in reply to Referencing to a hash inside a hash of hashes.
Then dereference it as you had the 'myhash' key:$hash{'myhash'}->{ODIR} = \%direc;
$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 |