in reply to (jeffa) Re: Question about using hash indexes with GD::Graph
in thread Question about using hash indexes with GD::Graph
Now it is graphing correctlymy (@h,@c); push @h, $_->{'hour'} foreach(@data); push @c, $_->{'count'} foreach(@data); my $new = [ \@h, \@c];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: (jeffa) Re: Question about using hash indexes with GD::Graph
by merlyn (Sage) on Mar 20, 2001 at 21:23 UTC | |
by jeffa (Bishop) on Mar 20, 2001 at 21:26 UTC |