This is a chapter in Perl New Features, a book from Perl School that you can buy on LeanPub or Amazon. Your support helps me to produce more content.
- 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.