foreach (keys %$href) { print "$_ = $href->{$_}\n"; # or $$href{$_} ... } [download]
In reply to Re: referances of hashes, and subroutines by japhy in thread referances of hashes, and subroutines by tempest