Help for this page

Select Code to Download


  1. or download this
    LOOP:
    while(1) {
        last LOOP;
    }
    
  2. or download this
    LOOP:
    while(1) {
    ...
            last LOOP;
        }
    }
    
  3. or download this
    THING:
    for my $thing (@things) {
        redo THING;
    }