Help for this page

Select Code to Download


  1. or download this
            $sum += $col5;
            push @numbers, $col5;
    
  2. or download this
        while (my ($i, $num) = each @numbers) {
            push @{ $output[$i] }, $num/$sum;
        }