in reply to Re: •Re: Re: Re: How can I unbless an object?
in thread How can I unbless an object?

Ahh, then bless it into a bogus class without an autoload, and you should be fine.
bless $myhash, "bogus".time; # grin

-- Randal L. Schwartz, Perl hacker