Help for this page

Select Code to Download


  1. or download this
    sub root {
        my $self = shift;
    ...
        $root //= $self;
        return $root;
    }
    
  2. or download this
    sub grandparent {
        my $self = shift;
    ...
    else{
       ## take a different path
    }