blob: 3190b6e9275a2a7a35b79eacdb9f0f84ad173b82 (
plain) (
blame)
1
2
3
4
|
This module provides a general-purpose clone function to make deep
copies of Perl data structures. It calls itself recursively to copy
nested hash, array, scalar and reference types, including tied
variables and objects.
|