Help for this page
my @average = $num_list_total / $size; print "The average of the numbers is @average.\n";
@average = average(@_);