- or download this
$tmp->[$i] = '0' unless defined $tmp->[$i];
...
$tmp->[$i] = $aref->[$i] if $aref->[$i] gt $tmp->[$i];
- or download this
for my $aref_acc_num (values %$acc_num) {
- or download this
for my $aref_acc_key (sort keys %$acc_num) {
my $aref_acc_num = $acc_num->{$aref_acc_key};