> > Is there a correspondence between stats and totals, such that the > "nth" entry in stats matches the "nth" entry in totals? If so, > you would want to say something like: > > push @{$stats->[$_]}, @{$totals->[$_]}, @$loads > for 0 .. $#$stats; > >
no, there is not. i just want to combine the records pointed to by each array into one record (in a new array of records). going to try Shihir's suggestion in a few minutes. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]