in reply to How can I portably do a recursive copy of a directory?

Use File::Copy::Recursive. (Don't use File::NCopy; it is deprecated.)

  • Comment on Re: How can I portably do a recursive copy of a directory?