in reply to Re^11: How do I display only matches (updated)
in thread (SOLVED) How do I display only matches
That is not completely correct.
When using Perl's default I/O layer, print "\n" will emit <LF> on Unix and <CR><LF> on Windows.
When reading a text line (Unix or Windows), the <CR> will be deleted, if it exists.
Update: When using "standard default I/O methods"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^13: How do I display only matches
by haukex (Archbishop) on Sep 28, 2019 at 07:54 UTC | |
by Marshall (Canon) on Sep 28, 2019 at 08:37 UTC |