ingydotnet / io-all-pm

All in One Perl IO
http://search.cpan.org/dist/IO-All/
38 stars 20 forks source link

separator #72

Open hginzel opened 9 years ago

hginzel commented 9 years ago

Hello, I have corrected typo in doc. Please consider $/ should be the default separator.

shlomif commented 9 years ago

@ginzel: What are you talking about? I don't understand.

hginzel commented 9 years ago

Hello @shlomif,

  1. See the documentation of chomp and separator methods. There is "\n" rendered as "n". That was my change.
  2. Is correct to use "\n"? See $\. But in say() perl does not use $\. Why? Consider Perl6::Say.