I wasn't sure what it meant by "read "\r""
"read as" means "converted to when found in double-quoted string literals" here.
On MacPerl (Perl for old Macs), ord("\n") was 13, and ord("\r") was 10.
On Windows, unix and new Macs, ord("\n") is 10, and ord("\r") is 13.
In reply to Re^9: problem with 'bare LF' in script
by ikegami
in thread problem with 'bare LF' in script
by powerhouse
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |