my @arguments = ("cp", "-rp", "$source_dir", "$destination_dir"); system(@arguments);