Help for this page

Select Code to Download


  1. or download this
    package DAG;
        
    ...
        
        return $self;
    }
    
  2. or download this
    ...
    sub is_ancestor {
    ...
        }    
        return $self;
    }
    
  3. or download this
    P1 --+   
         +--> Child
    P2 --+