I need to copy all *.exe
files in some directory to other virtual drive .
If I was writing batch script I would do xcopy "%mycopyposition%\*.exe"
.
But I think it will be a bad idea in Perl script .
I seen a File::Copy module, but couldn't see how to do that.