#Open the 'txt' file for a 'read/append'. Will create #the file if it doesn't already exist and will #not delete/overwrite a pre-existing file #of the same name open FH, '+>>', "$file_name.txt" or die "Error:$!\n";