in reply to Re^3: hash of hashes and memory space...
in thread hash of hashes and memory space...

print Dumper(\%hash);

You found my problem with Data::Dumper...

I was using print Dumper(%hash);

Thanks!