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

Re^3: Accessing references

by Roy Johnson (Monsignor)
on Apr 22, 2004 at 16:34 UTC ( [id://347404]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Accessing references
in thread Accessing references

If you want to access the hash associated with column_defs, you might do, e.g. keys %{$VAR1->{'column_defs'}};That is, wrap the hash reference in curlies and then treat it exactly as you would a hash variable name. Is that what you're asking?

Have you been through perldoc perlreftut?


The PerlMonk tr/// Advocate

Log In?
Username:
Password:

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

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

    No recent polls found