use strict; my $all_text; { local($/); $all_text = ; } $all_text =~ s/\n\+/ /gs; print $all_text;