Help for this page

Select Code to Download


  1. or download this
    my $string = "this is \n a string with \n internal newlines.";
    $string =~ s/\n//g;