Help for this page
s/[\n\r\f]//g
perl -i.tmp -p yourscript.pl file.txt
open (F,"file.txt"); @ar = <F>; ... s/[\n\r\f]//g; # do what you want with the line. }