for ($i = 1; $i <= 8; $i++) { $filename .= chr( int(rand 26) + 97 ); } open(TMPFILE, ">$filename.html");