http://www.perlmonks.org?node_id=804522


in reply to Copy preserving attributes

Which version of Perl and File::Copy are you using? In CPAN File::Copy does indeed provided a syscopy.

Update: sorry read the docs and you are correct. On UNIX syscopy is just an alias to File::Copy::copy() Here's a thread with the same essential question.