in reply to What's the opposite of // (err) operator?
But if say $x == 0 is okay for continuing, then:$x = ... or return;
I can conceive of returning undef explicitly in some cases but if you are deviating too often from "statement or return" simplicity then it's your boolean logic management that really needs simplifying rather than addressing the symptoms in the form of more complex value logic.defined( $x = ... ) or return;
One world, one people
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: What's the opposite of // (err) operator?
by John M. Dlugosz (Monsignor) on May 12, 2011 at 06:24 UTC | |
by anonymized user 468275 (Curate) on May 12, 2011 at 13:42 UTC |