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


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

$ perl -we " s/\F{16}//g " Unrecognized escape \F{ passed through in regex; marked by <-- HERE in + m/\F{ <-- HERE 16}/ at -e line 1. Use of uninitialized value $_ in substitution (s///) at -e line 1.

Quote and Quote like Operators, perlrequick, strictures, Read this if you want to cut your development time in half!