I
forgot to mention the most important part...
Does
"undef $W;" also undefine all the associated child objects for that window
such as ListViews, Listboxes, Textfields, Buttons, etc. ? If
not, then I think it would be nice to have a $W->Kill() type of method that
would undefine the window and all its child object
components.
Thanks,
Eric
-----Original Message-----
From: Eric C. Hansen [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 14, 1999 9:53 AM
To: '[EMAIL PROTECTED]'
Subject: Will Undefining a Window Object Free MemoryIf I have created a window object named $W, and if later in my program I no longer need the window in my program, will executing "undef $W;" free memory for my application? My guess is it will, but I wanted some confirmation please. Is there a GUI Window Method that I should be using to do this instead?Like... $W->Kill();Thanks,Eric HansenDallas, Texas U.S.A.