Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/perl 
    ...
    print "Content-type: image/png\n\n";
    print $img->png;
    
  2. or download this
    
    my $img = (GD::Simple->new(200, 100),
           GD::Graph::pie->new(500, 600));