Help for this page
sub _copy { my $this = shift; ... Carp::croak "What's a " . ref $_ . "?" } }
sub _iterative_copy { my $this = shift; ... } $root;