in reply to Re: Unifying namespaces of @name and $name to simplify dereferencing?
in thread Unifying namespaces of @name and $name to simplify dereferencing?
> would make maint a LOT harder
maint = maintenance ?
>
well obviously you are passing a hash ref in this model because of the curlies {}
but then
>
this would mean grepping for a circular reference in the array???
In standard Perl would be
>
Not sure if this really makes sense...
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
BTW: you are still free to use -> in this model to improve readability.
NB: -> is already optional between parens... $a->{x}[0] == $a->{x}->[0]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Unifying namespaces of @name and $name to simplify dereferencing?
by shmem (Chancellor) on Mar 22, 2016 at 14:00 UTC | |
by LanX (Saint) on Mar 25, 2016 at 19:43 UTC |