On 4/14/05, JupiterHost.Net <[EMAIL PROTECTED]> wrote:
>
>
> John W. Krahn wrote:
> >
> > perldoc -f binmode
> > binmode FILEHANDLE, LAYER
> > ^
>
> ...
>
> > If LAYER is present it is a single string, but may contain
> > multiple dire
JupiterHost.Net wrote:
John W. Krahn wrote:
JupiterHost.Net wrote:
http://search.cpan.org/~tjenness/File-Temp-0.16/Temp.pm#BINMODE
says:
"The file returned by File::Temp will have been opened in binary mode
if such a mode is available. If that is not correct, use the
binmode() function to change
John W. Krahn wrote:
JupiterHost.Net wrote:
Howdy,
Hello,
http://search.cpan.org/~tjenness/File-Temp-0.16/Temp.pm#BINMODE
says:
"The file returned by File::Temp will have been opened in binary mode
if such a mode is available. If that is not correct, use the binmode()
function to change the mod
JupiterHost.Net wrote:
Howdy,
Hello,
http://search.cpan.org/~tjenness/File-Temp-0.16/Temp.pm#BINMODE
says:
"The file returned by File::Temp will have been opened in binary mode if
such a mode is available. If that is not correct, use the binmode()
function to change the mode of the filehandle."