in reply to Misinterpretation of File::Copy

The doc refers to syscopy preserving file attributes if Win32, VMS, or OS/2. As a non-perl solution:
cd /root/yim; find . -depth -print | cpio -pdumv /root/perl/yim
though only if root for preserving ownership, but perl solutions would have the same issue.