Hey folks,

Me again =)  I've using a script like this.

print "Content-Type:image/gif\n\n";
open (IMG, "image.gif");
binmode(IMG);
while (read IMG,$buffer,1) 
{ print $buffer }

I don't know why, the graphic output sounds like
abstracted together..., means incorrect output anyway,
but I've able to see a little bit of the image.

Did I made anything wrong?  Any comment can give me??
By the way, is there anything like image/jpeg?
Would they use to coding in another way?

Thank you very much for whom is concerning =)


Jennifer

_________________________________________________________
Do You Yahoo!?
建立個人網站 http://geocities.yahoo.com.hk
Build your own website at http://geocities.yahoo.com.hk

Reply via email to