Help for this page
begin(); do_stuff(); ... return status; }
begin(); do_stuff(); ... sub do_stuff { return stuff() and more_stuff(); }