Help for this page

Select Code to Download


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