Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: Learning to *really* love references

by sporte01 (Acolyte)
on Jul 31, 2002 at 20:25 UTC ( [id://186594]=note: print w/replies, xml ) Need Help??


in reply to Re: Learning to *really* love references
in thread Learning to *really* love references

Until you want to do fancy things. What if you have an object that contains a hash or array ref? Ie...
$this = { _hashRef => {}, _arrayRef => [], };

Then you are stuck doing....
$x = ${$this->{'_hashRef'}}->{'blowMeDown'} @x = reverse @{$this->{'_arrayRef'}};

And that's one to grow on.

Log In?
Username:
Password:

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

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

    No recent polls found