in reply to
Removing key/value pairs from a hash
a little shorter:
delete @h{grep(ref($h{$_}), keys(%h))};
Comment on
Re: Removing key/value pairs from a hash
Download
Code
In Section
Seekers of Perl Wisdom