Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Does undef free ram?

by talexb (Chancellor)
on Jul 17, 2002 at 13:10 UTC ( [id://182418]=note: print w/replies, xml ) Need Help??


in reply to Does undef free ram?

Just to echo what bronto already said -- let the arrays you don't need go out of scope and let Perl take care of the memory management. That's cleaner than using undef on the arrays.

--t. alex

"Mud, mud, glorious mud. Nothing quite like it for cooling the blood!"
--Michael Flanders and Donald Swann

Replies are listed 'Best First'.
Re: Re: Does undef free ram?
by Elian (Parson) on Jul 17, 2002 at 15:16 UTC
    Except this isn't entirely true--perl doesn't release the memory used for the array itself, though the memory for the scalars is released. If you want an array's memory released, you do have to undef it.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (1)
As of 2024-04-16 21:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found