libdata-clone-perl

Perl module for polymorphic data cloning

Description

Data::Clone does data cloning, i.e. copies things recursively. This is smart so that it works with not only non-blessed references, but also with blessed references (i.e. objects). When clone() finds an object, it calls a clone method of the object if the object has a clone, otherwise it makes a surface copy of the object. That is, this module does polymorphic data cloning.

Although there are several modules on CPAN which can clone data, this module has a different cloning policy from almost all of them.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/Data-Clone


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libdata-clone-perl