I have a file, namely c:\dir1\dir2\dir3\myfile.txt
What are the various ways in perl, thru which I can copy myfile.txt from C drive to a folder in D drive, say D:\test\, so that I can replicate the entire directory structure, and the result would look like D:\test\dir1\dir2\dir3\myfile.txt?