Damian Conway wrote:
> 
> Nor I. That's why I'd advocate mandatory braces on indirect objects.
> I'd rather:
> 
>         print {STDERR} "darn"
> 
> any day.

Sorry, I'm way against that. If you're going to force that, then just
enforce:

   STDERR->print("darn")

Same amount of typing.

Indirect objects are beautiful. They don't need to die. If you don't
like them, don't use them, but don't enforce your syntax on me.

-Nate

Reply via email to