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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: manicheck Chapter 8
Standard Modules
Next: Reference: mkmanifest
 

manicopy

manicopy (

read

, 

target

, 

how

)

Copies files to a target directory. Takes the following arguments:

read

Hash whose keys are the names of the files to be copied, typically returned by maniread .

target

Target directory into which files are to be copied.

how

Can be used to specify a different method of "copying." Values are: Copy the files. Create hard links. Link the files, but copy any symbolic link to make a tree with no symbolic links. (The default.)


Previous: Reference: manicheck Perl in a Nutshell Next: Reference: mkmanifest
Reference: manicheck Book Index Reference: mkmanifest

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.