in reply to Re^2: Is there a way to open a memory file with binmode :raw?
in thread Is there a way to open a memory file with binmode :raw?
Update: The accuracy of the information I linked to (perlport: Newlines) is in question. See tye's response to this node.
In Perl, \n is a logical newline. It does not necessarily represent the single ASCII character whose decimal value is 10.
Perhaps a read of "perlport: Newlines" will help clarify the situation for you.
— Ken
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Is there a way to open a memory file with binmode :raw? ("\n")
by tye (Sage) on Oct 11, 2015 at 07:26 UTC | |
by kcott (Archbishop) on Oct 12, 2015 at 03:44 UTC |