Description
Perl programs can copy files and directories recursively through a reusable library call. This is useful for installers, build scripts, backup helpers, test fixtures, and project scaffolding tools.
It is a filesystem library. Recursive copy operations can overwrite or duplicate many files, so applications should choose source and destination paths carefully.