my @new_a = map { $_+1 } @a; #### foreach ( map { $_ +1 } @a ) { #whatever }