Hi All,

Just out of curiosity, why is the \n printed out literally here?

$ alias p6
alias p6='perl6 -e'

p6 'my @x = <"aaa\n","bbb\n","ccc\n">; for @x {print @_};'

"aaa\n","bbb\n","ccc\n"


Many thanks,
-T

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Computers are like air conditioners.
They malfunction when you open windows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reply via email to