in reply to Re: Picking out specific lengths from a set of hashes.
in thread Picking out specific lengths from a set of hashes.

I think && instead of || is needed here? To be within the range from min to max, number must be <= max and >= min.