if you have a whole bunch of $conditions then you could easily pregenerate the codeblock. cool, dynamic code... !if ($condition) { &doAction; } else { print "doAction not executed due to a failure of $condition\n"; }
In reply to Re^3: Making my own control flow structure
by Ryszard
in thread Making my own control flow structure
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |