Help for this page
my $string = "this is \n a string with \n internal newlines."; $string =~ s/\n//g;