Message-Id: <
20030428140005.GC62281@geeknest.com>
p4raw-id: //depot/perl@19365
split(' ', q/STRING/);
-the difference being that it generates a real list at compile time. So
+the differences being that it generates a real list at compile time, and
+in scalar context it returns the last element in the list. So
this expression:
qw(foo bar baz)