* Joshua Juran <jju...@gmail.com> [2008-10-11 21:15]: > On Oct 11, 2008, at 6:15 AM, Aristotle Pagaltzis wrote: >> But `\n` always means *exactly one character* which on ASCII >> systems is always `\x0a`. > > [citation needed] > > #!/usr/bin/perl > > foreach ( @ARGV ) > { > s{ [\] n }{ \r }gx; > > print; > } > > If you run this on your system, does it become non-ASCII?
What does that have to do with anything? Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>