Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: OO-Perl Question: How Do I get a List of derived Classes for a Base Class?

by WizardOfUz (Friar)
on Mar 14, 2010 at 09:47 UTC ( [id://828536]=note: print w/replies, xml ) Need Help??


in reply to OO-Perl Question: How Do I get a List of derived Classes for a Base Class?

Another option would be Class::Inspector.

$subclass_names = Class::Inspector->subclasses( 'My::Class' );
  • Comment on Re: OO-Perl Question: How Do I get a List of derived Classes for a Base Class?
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://828536]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-24 23:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found