Help for this page

Select Code to Download


  1. or download this
    use GD; 
    
    ...
    print F $i->png; 
    close F;
    
  2. or download this
    use GD; 
    
    ...
    binmode F; 
    print F $i->png; 
    close F;