$random_number = rand(); $tmpfile="TEMPFILE.random_number"; open OUT, ">$tmpfile"; print OUT $mydata; close OUT; # process the file..... ..... #end of processing unlink ($tmpfile);