Help for this page
system("cp", "file1", "file2") and die "..."; # system returns false +upon success, not true
print COPY "file1 file2" || die("Could not print to COPY: $!");
print COPY ("file1 file2" || die("..."));