On Sat, 11 Jun 2011 08:25:15 +0200, marcos rebelo wrote:
> I need to discover all the packages (not files, the symbolic tables)
> that are child of my package, something like:
>
> my @child = map { $_->isa('My::Class') } ->ALL_PACKAGES<-
>
> How do I create the ->ALL_PACKAGES<- list?
Class::Ins
I found an half solution, since it doesn't get me the ->ALL_PACKAGES<-
mro::get_isarev($classname)
How do I get the ->ALL_PACKAGES<-?
Thanks for all your help
Marcos Rebelo
On Sat, Jun 11, 2011 at 08:25, marcos rebelo wrote:
>
> I need to discover all the packages (not files, the symbolic tab
I need to discover all the packages (not files, the symbolic tables) that
are child of my package, something like:
my @child = map { $_->isa('My::Class') } ->ALL_PACKAGES<-
How do I create the ->ALL_PACKAGES<- list?
Notice that the focus of these question is the creation of ->ALL_PACKAGES<-
T