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);