in reply to Re^2: Check multiple array elements for a single condition
in thread Check multiple array elements for a single condition
if (!(@array[0]]+@array[1]))
False positive if $array[0] == -$array[1].
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Check multiple array elements for a single condition
by Linicks (Scribe) on Aug 25, 2016 at 18:40 UTC | |
by afoken (Chancellor) on Aug 25, 2016 at 18:47 UTC | |
by Linicks (Scribe) on Aug 25, 2016 at 18:58 UTC |