Help for this page

Select Code to Download


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