Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: How can POE use a hash reference like a hash?

by rcaputo (Chaplain)
on Dec 27, 2008 at 15:48 UTC ( [id://732810]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How can POE use a hash reference like a hash?
in thread How can POE use a hash reference like a hash?

That node seems to agree with me: Arrows are optional between two subscripts.

In $x->[0]->[1], $x is not a subscript but both [0] and [1] are. We may remove the second arrow without changing the expression, giving $x->[0][1]. The arrow between $x and [0] isn't between two subscripts, however, so it is required to maintain equivalence with the original expression.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://732810]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-20 07:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found