[perl #127143] Different Behaviour With/Without Commas in Sub/Method Calls and slipped hashes

[email protected] ("Brian S. Julin via RT") Mon, 21 May 2018 09:15:36 -0700
Newsgroups perl.perl6.compiler
Message-ID <[email protected]>
On Mon, 21 May 2018 09:13:15 -0700, [email protected] wrote:

> Note if we fix | to use fake infix adverbs, then we create the problem
> that |(1,1),(2,2),:f :g will be 1,1,:g,(2,2),:f.

...sorry that might be OK due to the "first pair in term position"...
but 

|(1,1),(2,2),1 :g will be 1,1,:g,(2,2),1.