Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    open(GRAPH, ">graph.png");
    print GRAPH $myimage->png;
    close(GRAPH);
    
  2. or download this
    36 85 13:37
    36 86 13:38