in reply to Hex value 1A terminates <>
... open FILE, 'test.txt' or die "Error message here: $!\n"; binmode FILE; ... [download]
ASCII 26 is CTRL-Z on Windows and indicates the end of file.
-- John.