Help for this page
# -- next MAIN_LOOP jumps here unless there's a continue block too MAIN_LOOP: while (<>) { ... sub myerror { redo MAIN_LOOP; }