in reply to Re: "cleaning out" object data
in thread "cleaning out" object data
Basically, as it turns out, all that does is take the variable $self that previously contained a reference to a blessed object, and gives it a new value, a reference to a newly created anonymous hash. So unless $self was the only reference to the object(which it isn't in my specific case) absolutely nothing happens :-)
edit: formatting
Remember rule one...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: "cleaning out" object data
by pelagic (Priest) on May 20, 2005 at 07:50 UTC |