in reply to Search in Hash of Hash for the range of values

Not, if(), for(). You need to grab each key, split it up, and check if each number is in the appropriate range.
  • Comment on Re: Search in Hash of Hash for the range of values