foreach $foo(@foo) { undef $bar; ... $bar = $some + $thing; } #### foreach $foo(@foo) { $bar = 0; ... $bar = $some + $thing; }