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