On 12/26/2015 06:08 AM, Lloyd Fournier (via RT) wrote:
> perl6 -e 'say await start { qx/echo foo/ }'
>
> outputs an empty list. Pretty sure that's a bug.
I can't reproduce this. Does this code give the same result on your
machine as on mine?
timo@schmetterling ~> perl6 -e 'say (await start { qx/echo foo/ }).perl'
"foo\n"
I think you may have misinterpreted the output of that script you
pasted, as it prints "foo" in one line, then an empty line.
