Is there an established method (Core Perl) for copying folders and their
contents (even if they're several levels deep) to a new location?  I know I
can do this by using File::Find and File::Copy together, but I was hoping
for a ready-made solution that is platform independent, easy-to-use, and
reliable.  I once tried a CPAN module containing a copydir command but it
did not recurse properly.

Robert


Reply via email to