foreach (keys %$href) { print "$_ = $href->{$_}\n"; # or $$href{$_} ... }