Help for this page
for $nums (@numset){ $min = $nums unless ($min); ... $total += $nums; ++$count; } print"Minimum: $min","\nMaximum: $max\n","Average: ",$total/$count;
for $nums ($first,$second,$third,$forth) or for $nums (123,32,7,-12,-23,17)