Help for this page

Select Code to Download


  1. or download this
    my %page_hits;
    while (my ($page_title, $hit_count) = $cursor->fetchrow_array) {
        $page_hits{$page_title} = $hit_count;  
    }