$random_number = rand(); $tmpfile="TEMPFILE.random_number"; #### $random_number = rand(); $tmpfile="TEMPFILE.random_number"; open OUT, ">$tmpfile";