The Input Record Separator

undef $/;
$_ = <FH>;
s/\n[ \t]+/ /g;