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


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

I'm having the same problme but what is binmode OUTFILE;? Robert

Replies are listed 'Best First'.
Re: Re: (jcwren) RE: Re: Uploading a file
by BrowserUk (Patriarch) on Nov 09, 2002 at 06:03 UTC

    Click this link perlfunc:binmode (or type perldoc -f binmode on your own machine) and read. If the description there does not enlighten you, come back and ask again.


    Nah! You're thinking of Simon Templar, originally played (on UKTV) by Roger Moore and later by Ian Ogilvy
Re: Re: (jcwren) RE: Re: Uploading a file
by ParanoidAndroid (Acolyte) on Apr 15, 2003 at 04:14 UTC
    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