Name : perl-Clone
| |
Version : 0.45
| Vendor : obs://build_opensuse_org/home:bjoern_beutel
|
Release : 1.2
| Date : 2023-10-18 17:11:47
|
Group : Development/Libraries/Perl
| Source RPM : perl-Clone-0.45-1.2.src.rpm
|
Size : 0.03 MB
| |
Packager : (none)
| |
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: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/bjoern_beutel:/Aareon/SLES_12.5/x86_64 |