in reply to Re^2: Evaluate arbitrary boolean expressions
in thread Evaluate arbitrary boolean expressions
if ($bool) { print "It's true\n"; } else { print "It's false\n"; }
...roboticus
When your only tool is a hammer, all problems look like your thumb.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Evaluate arbitrary boolean expressions
by gauss76 (Scribe) on Mar 13, 2018 at 11:30 UTC | |
by hippo (Archbishop) on Mar 13, 2018 at 11:54 UTC | |
by Corion (Patriarch) on Mar 13, 2018 at 11:44 UTC |