OK - maybe i'm lame but I haven't found a move function in perl.
Doing a copy is easy with the module File::Copy
Doing a rename is easy with perl's built in fuction rename
But when dealing with large files I would rather move the file rather than use a copy feature.