Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

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

by Bloodnok (Vicar)
on Dec 11, 2008 at 17:13 UTC ( [id://729732]=note: print w/replies, xml ) Need Help??


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

... not in all cases - Re^2: Multidimensional array.

A user level that continues to overstate my experience :-))
  • Comment on Re^2: How can POE use a hash reference like a hash?

Replies are listed 'Best First'.
Re^3: How can POE use a hash reference like a hash?
by rcaputo (Chaplain) on Dec 27, 2008 at 15:48 UTC

    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://729732]
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found