Help for this page

Select Code to Download


  1. or download this
    <img src="http://www.xyz.com/cgi-bin/genImage.cgi">
    
  2. or download this
    print "Expires: Fri, 30 Oct 1998 14:19:41 GMT\n";
    print "Content-type:image/png\n\n";
    ...
    #print STDOUT $image; #tried this with no success as well
    
    print $image;