in reply to Re: Re: Re: Is this logic valid?in thread Is this logic valid?
foreach $currentkey (keys %hash) { if ($hash{$currentkey}{ValueNeeded} le $variable) { DO this.... } [download]