in reply to Re: logical non-short-circuit operators
in thread logical non-short-circuit operators
But I think you mean
if ($num || $type) { # (|| rather than &&) something(); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: logical non-short-circuit operators
by moritz (Cardinal) on Nov 02, 2011 at 19:19 UTC |