in reply to Re: Basic Array Questionin thread Basic Array Question
while ( my $ref = $cursor->fetchrow_arrayref ) { $page_hits{$ref->[0]} = $ref->[1]; } [download]