in reply to Re: Perl binary file reading
in thread Perl binary file reading
If it's binary data, it might have a ^D, which indicates the end of a stream of data. That's on Linux .. and I think a ^Z is used for Windows.
Should be no problem with binmode.
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl binary file reading
by talexb (Chancellor) on May 02, 2016 at 20:52 UTC |