http://www.perlmonks.org?node_id=219075


in reply to How I want my memory managed

reference counting is useless in any reasonably sized OO perl app where the app is persistent (eg: mod_perl). having to manually break circular references to prevent memory leaks is naff. i may as well write in C++. bring on proper GC!