Help for this page
foreack $k (keys %$hash) { print "$k => $hash->{$k}\n"; print "$k => $$hash{$k}\n"; # equivalent }