Help for this page

Select Code to Download


  1. or download this
    sub ProcessRecords()
    {
            my ( @acctArray,$myNbr,$totalChilds,$totalAccts) = @_;
    
  2. or download this
    ProcessRecords( @SharedPlanAccts, $i1, $n, $totalAccts );
    
  3. or download this
    use strict;
    use warnings;
    ...
        print Dumper(\$s2), "\n";
        print Dumper(\$s3), "\n";
    }