garbage collection A misnamed feature--it should be called, "expecting your mother to pick up after you". Strictly speaking, Perl doesn’t do this, but it relies on a reference-counting mechanism to keep things tidy. However, we rarely speak strictly and will often refer to the reference-counting scheme as a form of garbage collection. (If it’s any comfort, when your interpreter exits, a "real" garbage collector runs to make sure everything is cleaned up if you’ve been messy with circular references and such.)