http://qs321.pair.com?node_id=630292


in reply to Re^3: Using ternary operator as lvalue in push
in thread Using ternary operator as lvalue in push

As a matter of fact it does:
pugs$ cat prova.pl && ./pugs prova.pl my @x = my @y = (); ((False,True).pick ?? @x !! @y).push(<a b c>); say "x: @x[]"; say "y: @y[]"; x: a b c y:
At least now!

Flavio
perl -ple'$_=reverse' <<<ti.xittelop@oivalf

Don't fool yourself.