in reply to Re^5: private recursive subroutines
in thread private recursive subroutines

Im just curious as to whether there will be any way from perl code to see the linearized array. I could see that being useful indeed. Maybe @^ISA could provide read access to this data.

---
$world=~s/war/peace/g

Replies are listed 'Best First'.
Re^7: private recursive subroutines
by ph713 (Pilgrim) on May 14, 2007 at 10:22 UTC
    Yes, via mro::get_linear_isa('Foo'). This and other related calls are docced in bleadperl's "perldoc mro". There's also MRO::Compat on CPAN, so you can start using those interfaces today and be forward/backward compat between 5.6/5.8/5.10.