in reply to Re: How do I determine the underlying type of an Object?
in thread How do I determine the underlying type of an Object?

This may fail in the rare case where the author has overloaded stringification for the object.

  • Comment on Re: Re: How do I determine the underlying type of an Object?

Replies are listed 'Best First'.
Re: How do I determine the underlying type of an Object?
by Abigail-II (Bishop) on Apr 20, 2003 at 01:53 UTC
    Oh, but you can always first rebless the object.

    Abigail

      Though you could lose thread-safety if you're not careful. --Dave