- or download this
$string = "
blah
...
$string =~ s[(?:\r?\n\s*)+(\@QUERY)][\n$1]g;
print "string2: $string\n\n";'
- or download this
string1:
blah
...
more data
more data
... etc ...
- or download this
Using perl 5.6.1 unless otherwise noted.
Apache 1.3.27 unless otherwise noted.
Redhat 7.1 unless otherwise noted.