J
jidanni
I hate having to say things twice,
print $h{$key}{$_} if exists $h{$key}{$_};
But I can't do
print if exists $_ for $h{$key}{$_};
Bzzt: exists argument is not a HASH or ARRAY element.
print $h{$key}{$_} if exists $h{$key}{$_};
But I can't do
print if exists $_ for $h{$key}{$_};
Bzzt: exists argument is not a HASH or ARRAY element.