my ($fh,$filename) = create_temp_file($temp_dir); print $fh $content; close($fh); move_files($filename, $temp_dir);