rename oldname, newname
- Changes the name of a file from oldname to newname. It returns for success, otherwise (and puts the error code into
$!). It will not work across filesystem boundaries. If there is already a file named newname, it will be destroyed.