Feb 23 00:05:33 recently in perlmonks someone wanted a qw() that supported comments, is there an idiom for that in perl6? Feb 23 00:06:02 cognominal: <<>>, IIRC Feb 23 00:06:43 I was surprised not to see TimToady pushing a Perl6 solution :) Feb 23 00:07:10 cognominal: I don't think we actually said anything about comments, but considering that it's "shell quoting", and shells have comments, they could sneak in there... Feb 23 00:07:12 It could still happen Feb 23 00:07:45 TimToady: But let's not have \\\n :) Feb 23 00:07:55 Didn't see that PM thread... Feb 23 00:08:03 shells have line-terminated comments Feb 23 00:08:13 audreyt: That was implied :) Feb 23 00:08:21 So put line breaks in. Feb 23 00:08:36 * audreyt purrs randomly Feb 23 00:09:51 my @x = << Feb 23 00:09:59 This is some splitted words # but not this Feb 23 00:10:05 and this too # but not this Feb 23 00:10:07 >>;