Name : perl-Clone
| |
Version : 0.47
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.2
| Date : 2024-08-28 21:08:37
|
Group : Unspecified
| Source RPM : perl-Clone-0.47-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 = %{ clone (\\%hash) };
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-C/openSUSE_Tumbleweed/x86_64 |