简体   繁体   中英

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.

也许看看File :: Copy :: Recursive

A quick google search for "perl copy directory file::" finds

File::Copy::Recursive

Looks what you're after.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM