perl-Clone
Recursively copy Perl datatypes


This module provides a 'clone()' method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects. 'clone()' takes a scalar argument and duplicates it. To duplicate lists, arrays or hashes, pass them in by reference, e.g. my $copy = clone (\@array); my %copy = %{ clone (\%hash) };

Artistic-1.0 OR GPL-1.0-or-later

cloud_download Downloads

Please select a product to see the available package versions:
Loading...
Loading package downloads...