Description
Nested Perl data structures can be copied recursively without relying on XS code. Developers use this pure-Perl clone module when arrays, hashes, and objects need independent copies. It operates on in-memory data supplied by the host application.