Re: Freeing cyclic refferences

2000-12-20 Thread Marc Spitzer
in 5.6 there is a weaken? pragma, this should do what you need. marc - Original Message - From: Radovan Semancik <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, 20. December 2000 5:14 Subject: Freeing cyclic refferences > Hello! > > I have per

Re: Freeing cyclic refferences

2000-12-20 Thread Darren Duncan
On Wed, 20 Dec 2000, Radovan Semancik wrote: > I have perl objects with cyclic refferences to each othen in mod_perl > environment. I know that these objects will never be freed unless I > break the refference cycle. But, how to do it transparently for user of > object? What you need to do is to

Freeing cyclic refferences

2000-12-20 Thread Radovan Semancik
Hello! I have perl objects with cyclic refferences to each othen in mod_perl environment. I know that these objects will never be freed unless I break the refference cycle. But, how to do it transparently for user of object? Is there a way in perl for making a refference to object that is not co