foreach (keys %hash) { print "$_ : "; print "$hash{$_}" if defined $hash{$_}; }