in reply to Re: Re: Re: Is this logic valid?
in thread Is this logic valid?

Actually each key contains multiple values, so I think what I want is:
foreach $currentkey (keys %hash) { if ($hash{$currentkey}{ValueNeeded} le $variable) { DO this.... }
Does that clarify it any?