in reply to Re^20: Reusing a complex regexp in multiple spots, escaping the regexp
in thread Reusing a complex regexp in multiple spots, escaping the regexp
Literal patten code blocks are compiled once at the same time the surrounding code is compiled, not when the pattern is compiled.
Its a bug which needs fixing. The whole /o implementation is a bit rubbish at the moment.
Dave.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^22: Reusing a complex regexp in multiple spots, escaping the regexp
by LanX (Saint) on Apr 18, 2026 at 13:47 UTC | |
by dave_the_m (Monsignor) on Apr 18, 2026 at 16:07 UTC |