in reply to Re: Having problem graphing with Perl GD module
in thread Having problem graphing with Perl GD module

Thank you BrowserUk. Actually, #2 was the problem. I got around with following code. Also, I got rid of GD::Graph::Data. My if is closed. BTW, I am new to perlmonks and am very happy to see quick response on the site.
my @data = (\@log_date, \@deimos_open_bugs); my $myimage = $mygraph->plot(\@data) or die $mygraph->error;