Le Wed, 17 Jul 2002 16:19:53 +0200, [EMAIL PROTECTED] a �crit : > Doesn't work without binmode. I will get the source of the png image. > > Wolfgang
i guess binmode must have some kind of "flush" side effect, when you remove it headers are not sent before the body, resulting in a mess... That's a bug in your code, maybe using OUT instead of STDOUT (as suggested by someone else) will fix it ? BR, Pierre. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
