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