Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: Failing inheritance or what can make a Child disinherited ?

by shemp (Deacon)
on Aug 02, 2004 at 20:24 UTC ( [id://379416]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub isa_descent {
        my $self = shift @_;
    ...
            $self->isa_descent($ancestor);
        }
    }
    
  2. or download this
       $o->isa_descent(ref $o);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-04-19 23:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found