Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: hash reference to itself

by ikegami (Patriarch)
on Aug 02, 2016 at 17:56 UTC ( [id://1169023]=note: print w/replies, xml ) Need Help??


in reply to Re^2: hash reference to itself
in thread hash reference to itself

Note that this approach will leak memory unless you do the following when you're done with the hash:
%hash = ();

Replies are listed 'Best First'.
Re^4: hash reference to itself
by ExReg (Priest) on Aug 02, 2016 at 18:14 UTC

    Good to know. Thanks!

Log In?
Username:
Password:

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

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

    No recent polls found