in reply to File::Copy but...

I think you can use the 'Shell' module
#!/usr/bin/perl -w use Shell; cp ("/path/file1","/path/file2");
or even you can use exec or system