If 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
Hansen
Dallas, Texas U.S.A.