in reply to Re: Unescaped left brace in regex is passed through in regex
in thread Unescaped left brace in regex is passed through in regex
There's a lot of disambiguation to do along these lines, and your response helped me piece this all together. I finally found the syntax I was looking for in the REPL:
In general, when upgrading Perl versions, two things are important: have a test environment where you can try out upgrading Perl before doing it in a live environment, and second, upgrade Perl releases step by step, i.e. 5.10, 5.12, 5.14, and so on (e.g. perlbrew makes this easy), because as you can tell from the above, the policy is to have breaking changes give deprecation warnings for at least one major release before making them fatal. (Update: Side note: 5.10.1 to 5.26.3 is a jump of over 9 years of development, with 5.26.3 still being 3.5 years older than the current 5.36.0.)DB<7> $b="\N{U+007B}" + DB<8> p $b + { DB<9>
Are you suggesting that a person sandbox the application and boil the perl version up?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Unescaped left brace in regex is passed through in regex
by haukex (Archbishop) on Jun 11, 2022 at 15:47 UTC |