in reply to Re^8: Error binmode() on unopened filehandle
in thread Error binmode() on unopened filehandle
Not exactly right...The <CR>'s are there in the source Windows file but, the here-doc strips the <CR>'s out. I personally recommend using binary read() instead of the <> operator for actual files. I guess we are talking here about how to imbed binary data into a Perl source file?
Note that on old Mac's, the text line ending is <CR> instead of <CR><LF> or <LF>.
|
|---|