in reply to Making my own control flow structure

If by functions in the body you mean subroutines then use the if statement to set a flag (e.g. $ok=1) and then test for it in each subroutine.
  • Comment on Re: Making my own control flow structure