Name : perl-Clone
| |
Version : 0.39
| Vendor : openSUSE
|
Release : bp153.1.24
| Date : 2021-03-05 23:17:47
|
Group : Development/Libraries/Perl
| Source RPM : perl-Clone-0.39-bp153.1.24.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.3/repo/oss/x86_64 |