in reply to Re^11: Reusing a complex regexp in multiple spots, escaping the regexp
in thread Reusing a complex regexp in multiple spots, escaping the regexp
Dunno, a literal quote would be helpful.
Substitution-specific modifiers described in "s/PATTERN/REPLACEMENT/ms +ixpodualngcer" in perlop are: e - evaluate the right-hand side as an expression ee - evaluate the right side as a string then eval the result o - pretend to optimize your code, but actually introduce bugs r - perform non-destructive substitution and return the new value
|
|---|