in reply to Array of Arrays & Fetchrow

while ( my @ratings = $ratings->fetchrow_array() ) { push @Array, ([$ratings[0], $ratings[1]]); }

rdfield