in reply to
Array of Arrays & Fetchrow
while ( my @ratings = $ratings->fetchrow_array() ) { push @Array, ([$ratings[0], $ratings[1]]); }
rdfield
Comment on
Re: Array of Arrays & Fetchrow
Download
Code
In Section
Seekers of Perl Wisdom