http://qs1969.pair.com?node_id=778137


in reply to Re: move command
in thread move command

rename has limitations -- in particular, on most systems it will only work if the source and destination are on the same filesystem. File::Copy::move will use rename if it's appropriate, or do a copy-and-delete if rename won't work, so it's a more flexible solution.