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


in reply to File::Copy - locked files

Have you tried copying locked/in use files? Fortune favors the bold.

C:\>perl -MFile::Copy -e "copy 'file1.txt', 'file2.txt'" C:\>

#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.