Help for this page
perl -e "$sum += $_ while $_ = <STDIN> and chomp; print qq(total: $sum +\n)" 1 ... ^Z total: 10