Help for this page

Select Code to Download


  1. or download this
      while ( my $data = $t_sth->fetchrow_arrayref )
      {
    ...
                                 ($tcredit      += $amt);
        }
      }
    
  2. or download this
      my %totals;
      @totals{$CASH, $ACCOUNT, $CHECK, $GIFT, $VOUCHER, $CC_MAN_AUTH} =
    ...
          $tcredit += $amt;
        }
      }