Help for this page

Select Code to Download


  1. or download this
    open(IMG, '>test.png');
    binmode IMG;
    print IMG $gd->png;
    
  2. or download this
    #!/usr/bin/perl -l
    
    ...
    open(IMG, '>test.png');
    binmode IMG;
    print IMG $gd->png;