Help for this page

Select Code to Download


  1. or download this
    {
      stuff
    ...
      again more stuff
      redo if $cond; # repeat as long as $cond is true
    }
    
  2. or download this
    OUTERLOOP: {
      blah
    ...
    } continue {
      redo if $cond;
    }