![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
Making my own control flow structureby Anonymous Monk |
on Oct 09, 2006 at 12:16 UTC ( [id://577153]=perlquestion: print w/replies, xml ) | Need Help?? |
Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
This is my first post on perl monks :) My problem -> i need to make my own custom if statement. In particular, I need an if statment that, if the condition holds, performs like a normal if statment. However if the condition fails, I still need it to go through the if body and output the functions that were not executed. So basically, any information on writing custom-made control flow statements, or even just to let me know if this is possible, would be greatly appreciated.
Many thanks
Back to
Seekers of Perl Wisdom
|
|