Help for this page
my %page_hits; while (my ($page_title, $hit_count) = $cursor->fetchrow_array) { $page_hits{$page_title} = $hit_count; }