Search notes:

Perl module File::Copy

use warnings;
use strict;
use File::Copy;

copy($0, "$0.copied");

move ("$0.copied", "$0.moved");
Github repository PerlModules, path: /File/Copy/script.pl

See also

File::Copy::Recursive
Perl modules

Index