Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Replace Hash-Ref with Array-Ref

by brx (Pilgrim)
on Nov 08, 2012 at 09:02 UTC ( [id://1002843]=note: print w/replies, xml ) Need Help??


in reply to Replace Hash-Ref with Array-Ref

I want that at the end $ref contains a reference to $ref->{baz}.

use Data::Dumper; my $ref = { "baz" => [1,2,3,4] }; print Dumper $ref; sub bazify {return $_[0]->{baz} }; $ref = bazify($ref); print Dumper $ref;

update: note that it is not a reference to $ref->{baz}, but its value (which is a ref to an anonymous array)

English is not my mother tongue.
Les tongues de ma mère sont "made in France".

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-25 07:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found