use List::MoreUtils 'pairwise'; pairwise { $a += $b } @list1, @list2; [download]
In reply to Re: Adding two lists together by jwkrahn in thread Adding two lists together by markkawika