my %page_hits; while (my $row = $cursor->fetchrow_hashref) { $page_hits{$row->{page_title}} = $row->{hit_count}; }