in reply to Re: gd and internet explorer
in thread gd and internet explorer

If the file is binary you should binmode() no matter where you run. Think about porting the script!

Plus with the advent of LAYERs in Perl 5.8 binmode() stops being a NOOP under Unix and you may actually HAVE to use binmode() even if you are running a unix.

Jenda