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

Re: Learning to *really* love references

by ash (Monk)
on Jul 31, 2002 at 14:42 UTC ( [id://186503]=note: print w/replies, xml ) Need Help??


in reply to Learning to *really* love references

I prefer:
 
For scalars:
$$scalar
 
For hashes:
$hashref->{$key}
 
For arrays:
$arrayref->[$index]

IMHO i.e
$hashref->{key}{next}{next}{$_}
is much better to reaad than:
${$hashref}{key}{next}{next}{$_}

-- Ash/asksh <ask@unixmonks.net>

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-24 03:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found