Hi, I have a list of files without any extension, I'd like to recognize the subset of Word and XLS files from the file content. I've tried to use File::MMagic, which uses the magic numbers, but they can't seem to distinguish Word from XLS files, both returned as msword. File::LibMagic is a little complicated to compile for my machine. Is there an easy way to recognize these two types? Really appreciate it.