open (DEPLOYLIST, "> $deploylist") || die "Failed to open deployment list file";foreach $iw_file (sort @submit_files) {print DEPLOYLIST "$iw_file\n";}