Question #31: What will be the value of $keys? 48% on 229 times asked
my %hash; $hash{undef} = undef; $hash{''} = ''; my $keys = keys(%hash);