foreach my $key ( keys %Hash ) { my $value = $Hash{$key}; print "KEYS:$key VALUES:$value\n"; }