in reply to Re: GD::Graph Help
in thread GD::Graph Help

Great that did seem to work, well atleast I am not getting errors now, but I am alos not seeing the graph on the html page or am I seeing the file graph.png in the ../htdocs dir. Any idea of what else I am missing?? -Thanks

Replies are listed 'Best First'.
Re: Re: Re: GD::Graph Help
by tcf22 (Priest) on Aug 29, 2003 at 16:07 UTC
    Try checking to see if the GD::Image object was created.
    my $gd = $graph->plot(\@data) or die $graph->error;