On 5 Jul 2003, Gisle Aas wrote: >All getprint() does is to print the data it fetches on STDOUT as is. >The text/binary distinction is a property of the file handle itself. >You might want to apply binmode(STDOUT) before calling getprint().
That must be it! There are so many possible places for text data to get converted it's hard to know which to blame... I'm really not used to Windows programming :-P. Thanks for the tip. -- Ed Avis <[EMAIL PROTECTED]>
