in reply to Re: How to do regex backreferences within $variable replacement text?
in thread How to do regex backreferences within $variable replacement text?

Perl prohibits runtime compilation of regexps that use those features unless use re 'eval' has also been used.

  • Comment on Re^2: How to do regex backreferences within $variable replacement text?
  • Download Code