http://qs1969.pair.com?node_id=250470


in reply to Re: (jcwren) RE: Re: Uploading a file
in thread Uploading a file

binmode(OUTFILE) will cause all subsequent reads or writes to and from OUTFILE to be in binary mode. Depending on your system, this may or may not have any effect.
Check chapter 8 of the Perl Cookbook if you have it handy, or perlfunc
  • Comment on Re: Re: (jcwren) RE: Re: Uploading a file