Name : perl-Clone
| |
Version : 0.39
| Vendor : openSUSE
|
Release : lp152.3.2
| Date : 2019-09-20 18:19:58
|
Group : Development/Libraries/Perl
| Source RPM : perl-Clone-0.39-lp152.3.2.src.rpm
|
Size : 0.02 MB
| |
Packager : https://bugs_opensuse_org
| |
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 duplicates it. To duplicate lists, arrays or hashes, pass them in by reference, e.g.
my $copy = clone (\\AATTarray);
my %copy = %;
|
RPM found in directory: /vol/rzm3/linux-opensuse/distribution/leap/15.2/repo/oss/x86_64 |