in reply to Re: Re: Removing a certain number of hash keysin thread Removing a certain number of hash keys
map { delete $hash{$_} if ($_ > 101 && $_ < 103) } keys %hash; [download]