in reply to hash of hashes of hashes ...

(please learn how to format code readably with <code> tags)

You should read perldoc perlreftut and perldoc perldsc for more explaination on this, but the basic solution to your problem is:

my %tmp = %{$hash_name{'element1'}->{'element2'}};
--
<http://www.dave.org.uk>

Perl Training in the UK <http://www.iterative-software.com>

Replies are listed 'Best First'.
(tye)Re: hash of hashes of hashes ...
by tye (Sage) on Sep 18, 2001 at 18:46 UTC