Search code examples
perlcopydirectory-structure

How can I copy an entire directory in Perl?


I need to copy entire directory to some location.

What is the best way to do so ? File::Copy copies only file by file as I saw it.

By the way I work under Windows.

Thanks for help.


Solution

  • Maybe look into File::Copy::Recursive.