Name: | perl-Clone |
---|---|
Version: | 0.31 |
Release: | 3.1.el6 |
Architecture: | x86_64 |
Group: | Development/Libraries |
Size: | 20954 |
License: | GPL+ or Artistic |
RPM: | perl-Clone-0.31-3.1.el6.x86_64.rpm |
Source RPM: | perl-Clone-0.31-3.1.el6.src.rpm |
Build Date: | Sat May 08 2010 |
Build Host: | ca-build61.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Clone |
Summary: | Recursively copy perl datatypes |
Description: | 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 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. |