Help for this page

Select Code to Download


  1. or download this
        foreach (LIST) {BLOCK}    # or
        foreach ITERATOR (LIST) {BLOCK}
    
  2. or download this
        map {BLOCK} LIST;         # or
        map EXPRESSION, LIST;