foreach my $key ( keys %hash ) { my $val = $hash{$key}; # do something with $val ... }