Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: Re: Re: Re: Re: OO - problem with inheritance

by uwevoelker (Pilgrim)
on Jan 14, 2002 at 22:14 UTC ( [id://138640]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Re: Re: OO - problem with inheritance
in thread OO - problem with inheritance

Yes, I know. I have to iterate over each hash and make copies. A simple $ref1 = $ref is not enough.
Thanks.
  • Comment on Re: Re: Re: Re: Re: Re: OO - problem with inheritance

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: Re: OO - problem with inheritance
by IlyaM (Parson) on Jan 14, 2002 at 22:19 UTC
    When I want to do deep cloning I just use dclone from Storable. Works for data structures of any complexity. There is also exist module Clone.

    --
    Ilya Martynov (http://martynov.org/)

      I will use Clone.pm - it says it is faster than dclone. I do not need the hooks from Storable.
      Thank you for this hint, it saves me some time.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-24 17:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found