Larry Wall wrote:
> Yet another approach is to *replace* dot with something that mutates:
> 
>     @array!sort
>     @array?sort
> 
> Either of those would work syntactically in that case, since neither !
> nor ? is expected as a binary operator.  

What about ? is as a ternary operator:

  @foo?bar:baz; 

Or am I missing.something?

A

Reply via email to