June 2002
Beginner
759 pages
80h 42m
English
copy
copy (source,dest[,buffsize])
Copies source to
dest. Takes the following
arguments:
sourceThe source string, FileHandle reference, or FileHandle
glob. If source is a filehandle,
it is read from; if it’s a filename, the filehandle is
opened for reading.
destThe destination string, FileHandle reference, or
FileHandle glob. dest is created
if necessary and written to.
buffsizeSpecifies the size of the buffer to be used for copying. Optional.