in reply to For Syntax Question

the code is the same as
foreach $_ (@e) { $foo += $_; }
the syntax is for all kind of oneliners like this
$foo += $_ if $x < $foo;
Boris