Help for this page

Select Code to Download


  1. or download this
    sub _copy {
      my $this = shift;
    ...
        Carp::croak "What's a " . ref $_ . "?" 
      }
    }
    
  2. or download this
    sub _iterative_copy {
      my $this     = shift;
    ...
      }
      
      $root;