Help for this page
sub doMyThing() { doStuff; waitFor( condition); doMoreStuff; }
sub doMyThing() { waitWrapper( condition) { ... } waitFor( condition); doMoreStuff; }