Name: | perl-Clone |
---|---|
Version: | 0.45 |
Release: | 6.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 82619 |
License: | GPL+ or Artistic |
RPM: | perl-Clone-0.45-6.el9.aarch64.rpm |
Source RPM: | perl-Clone-0.45-6.el9.src.rpm |
Build Date: | Mon Feb 14 2022 |
Build Host: | build-ol9-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Clone |
Summary: | Recursively copy perl data types |
Description: | This module provides a clone() method that makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects. clone() takes a scalar argument and an optional parameter that can be used to limit the depth of the copy. To duplicate lists, arrays or hashes, pass them in by reference. |