in reply to Re: Is this logic valid?
in thread Is this logic valid?
Does this look any better?foreach $key (%hash) { if ($key{Value} le $variable) && (($key{Value1} eq 'String') && ($key{ +value2} eq 'String1')) { Do this.... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Is this logic valid?
by mpolo (Chaplain) on May 15, 2001 at 21:45 UTC | |
by wstarrs (Acolyte) on May 15, 2001 at 21:56 UTC | |
|
Re: Re: Re: Is this logic valid?
by no_slogan (Deacon) on May 15, 2001 at 21:43 UTC |