in reply to Re: memory deallocation
in thread memory deallocation
Perl 5 does not have a garbage collector, it uses reference counting.
According to Wikipedia, "Reference counting is often known as a garbage collection algorithm." I, for one, have always considered reference counting to be a simple garbage collector.
|
|---|