Help for this page

Select Code to Download


  1. or download this
    # using continue-block
    my @res;
    for (@test){
    ...
      print "\nFOR/CONT($_):",@res;
      @res=();
    }
    
  2. or download this
    === For/Continue    
    FOR/CONT(abc):    abc    default