http://www.perlmonks.org?node_id=1018113


in reply to Re^2: delete FF's from a file
in thread delete FF's from a file

Neither \F nor \FF are how you represent an "FF character" in a string.

Most likely you want \x{FF}, but you will find more information in the documentation as linked by Anonmyous Monk here already.