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.
unwind
Maybe look into File::Copy::Recursive.
Adam Luchjenbroers
A quick google search for "perl copy directory file::" finds
Looks what you're after.
来源:https://stackoverflow.com/questions/1865883/how-can-i-copy-an-entire-directory-in-perl