in reply to Re^4: use feature 'postderef'; # Postfix Dereference Syntax is coming in 5.20
in thread use feature 'postderef'; # Postfix Dereference Syntax is coming in 5.20
You were somehow expecting an answer to your "Why?" that didn't involve opinion?
No. I was expecting a justifiction to back up the opinion expressed. You gave none.
Start with: <lvalue(s)> = @{ <some reference expression> };
I contend that:
And the above expression it is easy to see that: "it's getting the values by dereferencing and array ref".
Which you get by examining the (simple or complex) expression contained.
This new syntax: <lvalue(s)> = <some reference expression>->@*; forces you to skip to the end to work out what is going on.
That's an opinion backed by reason.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: use feature 'postderef'; # Postfix Dereference Syntax is coming in 5.20
by ysth (Canon) on Dec 03, 2013 at 05:30 UTC | |
by BrowserUk (Patriarch) on Dec 03, 2013 at 05:36 UTC |