Damian Conway wrote:
It's [<<...>>>] the ASCII synonym for the «...» operator, which
is a synonym for the qw/.../ operator.

Nope. Heredocs still start with <<.
Hey! Where'd *that* card come from? ;)

Seriously, that's a good trick. How does it work? What do these
examples do?

  print <<"a" "b" "c">>;

  print <<"a"
          "b"
          "c">>;
  a

Is it illegal now to use quotes in qw()?

- Ken

Reply via email to