in reply to Re^2: Efficiency on Perl Code!
in thread Efficiency on Perl Code!

I've updated my code for $ix to start at 1, not 0. You had 10 variables in your opening block – dbh (1 thru 5) and dbh_b (1 thru 5). This loop generated both sets.

throop