RE: references and freeing memory

2004-06-04 Thread Wiggins d Anconia
> >> The perlref docs state "Hard references are smart--they keep track of > >> reference counts for you, automatically freeing the thing referred to > >> when its reference count goes to zero." My interpretation of this is > >> that when a reference goes out of scope the memory used by > >> the

RE: references and freeing memory

2004-06-04 Thread Freimuth,Robert
>> The perlref docs state "Hard references are smart--they keep track of >> reference counts for you, automatically freeing the thing referred to >> when its reference count goes to zero." My interpretation of this is >> that when a reference goes out of scope the memory used by >> the referent i

RE: references and freeing memory

2004-06-04 Thread Tim Johnson
your program, but cannot be used by other programs. -Original Message- From: Freimuth,Robert [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 1:25 PM To: [EMAIL PROTECTED] Subject: references and freeing memory Hi all, The perlref docs state "Hard references are smart--they kee

references and freeing memory

2004-06-04 Thread Freimuth,Robert
Hi all, The perlref docs state "Hard references are smart--they keep track of reference counts for you, automatically freeing the thing referred to when its reference count goes to zero." My interpretation of this is that when a reference goes out of scope the memory used by the referent is freed