Help for this page

Select Code to Download


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