Perl v5.34 is scheduled to come out in May. Here’s what you can look forward to:
- Specify octal numbers with the
0o
prefix - Experimental
try-catch
syntax - The no-minimum
{,m}
regex quantifier - Add insignificant space in brace constructs, such as
\x{...}
and{n,m}
And, I’ll update the Perl New Features for v5.34 too.