Help for this page

Select Code to Download


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