#Open the 'txt' file for a 'read/write'. #Will not 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";