in reply to Re: apache::asp
in thread apache::asp

Please use binmode($fh) when copying binary files. This will prevent your code from breaking under operating systems and programming languages that make a difference between text and binary files. Your code would scramble files under Windows.

Replies are listed 'Best First'.
RE: RE: Re: apache::asp
by cianoz (Friar) on Sep 20, 2000 at 04:05 UTC
    a bit pedantic? :-)