Help for this page
my %freq; while (my ($page, $hits) = $cursor->fetchrow_array) { $freq{$page} = $hits; }