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

You want reftype from Scalar::Util. Does exactly what you want.

Replies are listed 'Best First'.
Re: Re: How do I determine the underlying type of an Object?
by jaa (Friar) on Apr 19, 2003 at 22:08 UTC
    I believe you are right! Thank you! 8-))