$data =~ y/\n/ /; # This will remove all newlines and replace them with spaces #### $data =~ s/\s+|\n/ /g;