Help for this page
print "<img src=http://www.url.com/cgi/custsvcgr.pl>";
#!/usr/bin/perl -w ... my $myimage = $mygraph->plot( \@graph )->png; print "Content-type: image/png\n\n"; print $myimage;