in reply to Can i use the File::Copy instead of File::Copy::Recursive::dircopy.
dircopy will copy subdirectory and their contents. copy will not do that. So if you are only copying files, you likely can use copy in place of dircopy. Otherwise, you will need to write the recursive copying yourself, or use dircopy.
|
|---|