Help for this page

Select Code to Download


  1. or download this
    package Node;
    
    ...
        }
        return $self;
    }
    
  2. or download this
    use Node;
    
    my ( $child, $parent ) = ( new Node, new Node );
    $child->parent($parent);