# New Ticket Created by Peter Schwenn # Please include the string: [perl #63400] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=63400 >
Shouldn't ---------------------------------------------------------------------------------------------------------- C:\parrot>perl6 -e "my @items; @items=( 1,2,3,4); say qq(move @items[] to you);" move @items[] to you ---------------------------------------------------------------------------------------------------------- have produced "move 1234 to you" If not, how WOULD one provide an interpolating quote context inside of a perl6 -e ? ps. this is parrot and rakudo as of Feb 22 morning, (but rakudo has behaved like this for some time)