I am attempting to right a simple script that copies several files from one site to another but whenever I run this script nothing happens I dont even get an error. Any help would be apprieciated. Thanks
copy ("$original_site\$_","$second_site\$_") or die "Failed to copy file. $!\n";