in reply to nested replace
use Syntax::Construct qr{ /r }; $string =~ s:/ \* (.*?) \*/ : $1 =~ s/[^\n]//gr :gsex;
In older Perls without /r :
$string =~ s:/ \* (.*?) \*/ : (my $x = $1) =~ s/[^\n]//g; $x :gsex;
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: nested replace
by Anonymous Monk on Mar 18, 2016 at 09:47 UTC | |
by choroba (Cardinal) on Mar 18, 2016 at 10:09 UTC | |
by Anonymous Monk on Mar 18, 2016 at 10:07 UTC | |
by Anonymous Monk on Mar 18, 2016 at 10:13 UTC |