my hash is build in parsing an xml document (my $hash_name = XMLin($result);) if i print Dumper($hash_name{'element1'}->{'element2'}), i get : $VAR1 = { '365' => { another hash of hashes ... }, '302' => { another one } };