$file1 = "aafc.txt"; open (FILE,">$file1"); print FILE $data_string; close(FILE);