start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: cp Chapter 8
Standard Modules
Next: Reference: mv
 

move

move (

source

, 

dest

)

Moves source to dest . If the destination exists and is a directory, and the source is not a directory, then the source file is renamed into the directory specified by dest . Return values are the same as for copy .


Previous: Reference: cp Perl in a Nutshell Next: Reference: mv
Reference: cp Book Index Reference: mv