Oops, my circular ref code is/was screwy... > --$DEPTH > and $SEEN{$_} = ref($rval) > or $SEEN = (); should be > --$DEPTH > and $SEEN{$_} = $rval > or $SEEN = ();
- RFC 67 (v1) Deep Copying, aka, cloning around. Perl6 RFC Librarian
- Re: RFC 67 (v1) Deep Copying, aka, cloning aroun... Damian Conway
- RE: RFC 67 (v1) Deep Copying, aka, cloning around... Garrett Goebel
- RE: RFC 67 (v1) Deep Copying, aka, cloning ar... Peter Scott
- Re: RFC 67 (v1) Deep Copying, aka, cloning around... Garrett Goebel
- Re: RFC 67 (v1) Deep Copying, aka, cloning ar... Uri Guttman
- Re: RFC 67 (v1) Deep Copying, aka, clonin... Peter Scott
- Re: RFC 67 (v1) Deep Copying, aka, cl... Uri Guttman
- Re: RFC 67 (v1) Deep Copying, ak... Peter Scott
- RE: RFC 67 (v1) Deep Copying, aka, cloning around... Garrett Goebel
- Re: RFC 67 (v1) Deep Copying, aka, cloning ar... Jonathan Scott Duff
- Re: RFC 67 (v1) Deep Copying, aka, clonin... Dan Sugalski
- Re: RFC 67 (v1) Deep Copying, aka, cloning ar... Damian Conway