Given that I've slurped an OO package with a 'new' and 'init' method into a variable '$package', and the following code:
I can do this:
... or this ...
But I can't figure out how to do this:
I tried reblessing '$obj' into '$package', but that didn't work. Is what I'm trying to do even possible?
Oh, well. It's enough to start with. :)