AFAIK, File::Copy is part of the standard perl distribution, so you should already have it. If not you can shell to the OS using system, exec or backticks (qx), try the File::Copy first, as steve says it makes your code portable ;-)
Paul
------------------------------------
Spend an hour a week on CPAN, helps cure all known programming ailments ;-)