my @array = qw (+1 -43 +5 -5 +3); my $sum = ; $_ > and $sum += $_ for @array; print $sum;