Help for this page
foreach (LIST) {BLOCK} # or foreach ITERATOR (LIST) {BLOCK}
map {BLOCK} LIST; # or map EXPRESSION, LIST;