Help for this page
$sum += $index{$_} for split(//, $word);
map $sum += $index{$_}, split(//, $word);
map {BLOCK} LIST
for (LIST) {BLOCK}