File::Copy - perldoc.perl.org
File::Copy NAME SYNOPSIS DESCRIPTION RETURN NOTES AUTHOR NAME File::Copy - Copy files or filehandles SYNOPSIS use File::Copy; copy ("sourcefile", "destinationfile") or die "Copy failed: $!"; copy ("Copy.pm", \ *STDOUT); move ("/dev1/sourcefile", "/dev...