IIRC, Perl's garbage collection system sits in the background waiting
until it finds a chunk of memory not referenced by any variable and then
deletes it.  So references to anything keep the memory connected to the
reference in play until either Perl dies or there are no variables which
contain it.

-Dan



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to