in reply to Re^14: How do I display only matches (updated)
in thread (SOLVED) How do I display only matches
You are wrong. The binmode FILEHANDLE operator in Perl is a no-op on POSIX, just as the binary mode option to fopen(3) is a no-op on POSIX. I said this was a portability problem, and it is a portability problem, but programs that never use binmode will handle binary data just fine on POSIX. They will fail on other systems where text and binary streams are actually different.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^16: How do I display only matches
by haukex (Archbishop) on Oct 02, 2019 at 08:03 UTC | |
by jcb (Parson) on Oct 02, 2019 at 23:31 UTC | |
by haukex (Archbishop) on Oct 03, 2019 at 07:47 UTC | |
by jcb (Parson) on Oct 03, 2019 at 22:18 UTC |