Help for this page
print reduce { $a + $b } 1,2,3;
print reduce{ print "a = $a, b = $b\n"; eval "$a + $b" } 1,2,3,4;