ben@Tyr:/tmp$ mkdir test test1; perl -MFile::Copy -we'move("test", "test1") or die "$!\n"'; ls -lR test test1 ls: cannot access test: No such file or directory test1: total 0