use List::Util; my $total_weight = List::Util::sum(map { $_->[1] } @items);