print "Content-type: image/png\n\n"; print $gd->png; #### open IMG, '>file.png'; print IMG $gd->png; close IMG; print "Content-type: text/html\n\n"; print '';