Help for this page
#! perl -w use CGI ':standard'; ... my $myimage = $mygraph->plot($data) or die $mygraph->error; print "Content-type: image/png\n\n"; print $myimage->png;