Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Pseudo-hashes & Hashes

by demerphq (Chancellor)
on Mar 17, 2008 at 10:20 UTC ( [id://674543]=note: print w/replies, xml ) Need Help??


in reply to Re: Pseudo-hashes & Hashes
in thread Pseudo-hashes & Hashes

Only the first -> is necessary. I would write it as

$server->{cmds}[$i]{status}

But i concur with your point, in general its easier to understand the -> style, as it reduces the possible meanings of $$ in your code (it has multiple meanings which depend on what follows, sometimes quite far after). In fact some people even avoid using bare scalar dereferencing on simple scalars just to avoid having $$ in their code. So they write ${$scalar_ref} instead of $$scalar_ref. (Im not in this camp personally).

---
$world=~s/war/peace/g

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-19 12:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found