libclone-perl

module for recursively copying Perl datatypes

Description

The Clone module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects.

It is faster (although less flexible) than Storable's dclone. Its functionality is _not_ serializing in-memory objects (i.e. as Data::Dumper or YAML::Dump do), but deep-copying them over to new in-memory structures.

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/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 libclone-perl