Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: deep_copy objects question

by ihb (Deacon)
on Aug 13, 2004 at 22:27 UTC ( [id://382866]=note: print w/replies, xml ) Need Help??


in reply to deep_copy objects question

One thing you really want to watch out for are recursive data structures.

Try your clone code against

my $foo = {}; $foo->{foo} = $foo;

ihb

Read argumentation in its context!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://382866]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-19 15:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found