in reply to Basic Array Question
my %page_hits; while (my ($page_title, $hit_count) = $cursor->fetchrow_array) { $page_hits{$page_title} = $hit_count; }
Cheers,
Darren :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Basic Array Question
by pickledegg (Novice) on May 10, 2006 at 16:20 UTC | |
by saberworks (Curate) on May 10, 2006 at 17:53 UTC |