clemburg has asked for the wisdom of the Perl Monks concerning the following question:

How can I portably do a recursive copy of a directory?

Originally posted as a Categorized Question.

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

Replies are listed 'Best First'.
Re: How can I portably do a recursive copy of a directory?
by clemburg (Curate) on Nov 06, 2001 at 20:25 UTC

    Use File::NCopy. (Thanks to maverick for suggesting this in the CB.)

    Originally posted as a Categorized Answer.

Re: How can I portably do a recursive copy of a directory?
by wu-lee (Beadle) on Aug 12, 2009 at 14:38 UTC