in reply to Re^3: Evaluating code in a regex at runtime: (??{...})
in thread Evaluating code in a regex at runtime: (??{...})
apparently yes, like documented:
DB<131> 'aaa' =~ /(?<outer>(??{'(?<inner>.)' x 1}))/; keys %+ => "outer"
But of course there are workarounds ... if necessary.
Cheers Rolf
|
|---|