in reply to Re^2: Retrieving classname from an object
in thread Retrieving classname from an object

my $class = ref $object;

Replies are listed 'Best First'.
Re^4: Retrieving classname from an object
by monkeyhelper (Initiate) on Nov 26, 2006 at 20:25 UTC
    Ah yes - to quote from Programming Perl : "If the referenced object has been blessed into a package, then that package name is returned instead."
Re^4: Retrieving classname from an object
by monkeyhelper (Initiate) on Jul 10, 2006 at 23:46 UTC
    hehe