Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Finding classes which are inherited from a given class

by fergal (Chaplain)
on Aug 06, 2004 at 09:15 UTC ( [id://380479]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    check_pkg("::");
    
    ...
    {
      # check @{$pkg."::ISA"} to see if it inherits
    }
    
  2. or download this
    my @to_check = ("::");
    
    ...
        push(@to_check, $full_pkg);
      }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-18 08:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found