http://www.perlmonks.org?node_id=429784


in reply to Massive regexp search and replace

Maybe I'm missing something completely obvious, but have you tried the "o" modifier in your regexes? eg
$INline =~ s/$Source/$Target/egoe

rdfield