in reply to Re: searching through multiple sqlite databases - attach problemin thread searching through multiple sqlite databases - attach problem
for (my $j == 1; $j <=4; $j++) {...} [download]
for (my $j = 2; $j < 5; $j++) { ... } [download]