Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Local Copy of a member variable

by holli (Abbot)
on Oct 20, 2005 at 17:52 UTC ( [id://501749]=note: print w/replies, xml ) Need Help??


in reply to Re: Local Copy of a member variable
in thread Local Copy of a member variable

From the docs of Storable:
There is a Clone module available on CPAN which implements deep cloning natively, i.e. without freezing to memory and thawing the result.
So I'd recomment Clone or Scalar::Util::Clone. There is also Clone::Any which is an interface for the existing clonecapable modules.

Of course, Storable has the advantage that you can save your structures to disk (including code references).


holli, /regexed monk/

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (1)
As of 2024-04-24 13:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found