Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Using $foo->{'bar'} and not %$foo{'bar'}

by MrNobo1024 (Hermit)
on Sep 10, 2002 at 14:19 UTC ( [id://196679]=note: print w/replies, xml ) Need Help??


in reply to Using $foo->{'bar'} and not %$foo{'bar'}

Did you mean $$ref{foo}? %$ref{foo} is a syntax error.

It's actually the same as $ref->{foo}, they both can work on either a symbolic or hard reference.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (2)
As of 2024-03-19 03:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found