in reply to Why does system("mv $x $y") not work when it works at the command line?

I would try this with a test file first. Create a file called test.txt and try to move it with your perl script. Works? Great. Then rename your mkv file to test.mkv and then move it. My guess is that the file name contains some special characters which is why it isn't working. But I could be wrong..
  • Comment on Re: Why does system("mv $x $y") not work when it works at the command line?