in reply to Re^4: cp in perl
in thread cp in perl

All I'm saying that regardless what the documentation says, is that if people suggest that 'File::Copy::copy' is Perl's answer to 'cp', then people *will* treat it as 'cp'. It works well if you give it two arguments. It will erase your file if you give it three.

IMO, that's very, very bad. It violates the principle of least surprise in one of the worst ways possible.