Hello, How can I move a file to a directory name DONE using perl. I tried this but it did not work? $file='Myfile'; rename $file, 'Done/'$file; -- OOzy Ubuntu-Gutsy (7.10)