![]() |
|
P is for Practical | |
PerlMonks |
Re^2: Can you assign to pos() in a s/foo/bar/gby johngg (Canon) |
on Oct 25, 2007 at 18:23 UTC ( #647245=note: print w/replies, xml ) | Need Help?? |
Ace! That's exactly what I was missing. I had tried \G without success but hadn't thought to put it in an alternation. Adapting your solution to use a look-behind so that I'm not replacing something with itself gives us
which produces the desired
Your solution doesn't require any messing about with pos() which is a plus, but I am still wondering whether such tinkering is possible. Thank you, JohnGG
In Section
Seekers of Perl Wisdom
|
|