Help for this page
for (101..103) { delete $hash{$_}; }
map { delete $hash{$_} if ($_ > 101 && $_ < 103) } keys %hash;