Help for this page

Select Code to Download


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