sub thisoutine { PRE_CODE(); thisroutine() and do { CONTINUE(); }; } #### sub thisroutine { PRE_CODE(); unless (thatroutine()) { CONTINUE(); } }