Help for this page

Select Code to Download


  1. or download this
    print "Content-type: image/gif\n\n";
    binmode STDOUT;
    $thumb->Write('gif:-');
    
  2. or download this
    print "Content-type:text/html\n\n";
    <code>
    ...
    the html displays fine, but the images appear as binary code. If I use
    + the 
    <code>
    print "Content-type: image/gif\n\n";