Help for this page

Select Code to Download


  1. or download this
    my %totals;
    for my $r (@$res) {
        $totals{ $r->{AcNo}}{$r->{Type} } = $r->{SUM};
    }