Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: moveChapter 8
Standard Modules
Next: 8.71 File::Copy
 

mv

mv (source, dest)

Like move, but exported only on request.

use File::Copy "mv"


Previous: Reference: movePerl in a NutshellNext: 8.71 File::Copy
Reference: moveBook Index8.71 File::Copy