in reply to OOP introspection

> Is there a way to get all the hierarchy of the classes of an object? (No Moose etc,just classic OO Perl) say A->B>C , examining C gives A and B as parents.

@ISA is a package var, i.e. globally accessible.

So start iterating over @C::ISA and continue recursively?

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery