in reply to (jeffa) Re: Question about using hash indexes with GD::Graph
in thread Question about using hash indexes with GD::Graph
foreach (@data) { push @h, $_->{'hour'}; push @c, $_->{'count'); }
You get in a hurry and do it wrong then wind up going through the same data like 7 or 8 times when there are 100,000 items in the list and you are going start wondering where your afternoon of surfing PM went. =P
--
$you = new YOU;
honk() if $you->love(perl)
|
|---|