Help for this page

Select Code to Download


  1. or download this
    sub ProcessRecords() {
            my ($myNbr, $totalChilds, $totalAccts, @acctArray) = @_;
    
  2. or download this
    sub ProcessRecords() {
        my ($ref_acctArray,$myNbr,$totalChilds,$totalAccts) = @_;
    
  3. or download this
    ProcessRecords( \@SharedPlanAccts, $i1, $n, $totalAccts );