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<- Thanks for all your help Marcos Rebelo -- Marcos Rebelo http://www.oleber.com/ Webmaster of http://perl5notebook.oleber.com