Help for this page
print SUM2 foreach @sorted_recs;
foreach my $array_ref( @sorted_recs ) { print SUM2 foreach ( @$array_ref }; }