Help for this page

Select Code to Download


  1. or download this
        $totals{$_} += $delta{$_} foreach( @fields );
  2. or download this
        use mapcar;
        mapcar { $_[0] += $_[1] } [@totals{@fields}], [@delta{@fields}];