Help for this page
my %hash; $hash{"foo"}++;
my %hash; die "This is impossible!" if exists $hash{"foo"}{"bar"}{"baz"}; # However: use Data::Dumper; print Dumper \%hash;