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

Try checking to see if the GD::Image object was created.
my $gd = $graph->plot(\@data) or die $graph->error;