Help for this page
#! /usr/bin/perl -wT use warnings; ... print "we have ", sum( @first ), " and ", sum( @second );
$VAR1 = ['1','2','4','9']; $VAR2 = ['10','3','5',undef]; we have 16 and 18