in reply to regex gotcha moving from 5.8.8 to 5.30.0?
I suspect it's \G and all the matching groups. Do you have some sample data and a description of what you're trying to do? There may be a way to do it without all the backrefs.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: regex gotcha moving from 5.8.8 to 5.30.0?
by AnomalousMonk (Archbishop) on Feb 10, 2021 at 03:48 UTC | |
by kschwab (Vicar) on Feb 10, 2021 at 03:54 UTC | |
by AnomalousMonk (Archbishop) on Feb 10, 2021 at 04:04 UTC | |
by kschwab (Vicar) on Feb 10, 2021 at 05:43 UTC |
In Section
Seekers of Perl Wisdom