Perl 5.42 Released With New Operators, Unicode 16 Support, Security Fixes
- Reference: 0001558528
- News link: https://www.phoronix.com/news/Perl-5.42-Released
- Source link:
Perl 5.42 ships with Unicode 16.0 support, new experimental features of the "any" and "all" operators for list processing, a new ":writer" attribute for field variables, more CORE:: subroutines like "chdir", a new "source::encoding" pragma, various performance enhancements, security fixes, and a variety of other changes.
Among the performance changes in Perl 5.32 are making constant-folded strings shareable with the copy-on-write mechanism, faster tr/// speed, and various other optimizations. Many Perl modules have also seen updates for today's Perl 5.42 release.
More details on the Perl 5.42 changes can be found from the prior [1]RC1 notes . Perl 5.42 can be downloaded from [2]Perl.org .
[1] https://metacpan.org/release/CONTRA/perl-5.42.0-RC1/view/pod/perldelta.pod
[2] https://www.perl.org/get.html
RedEyed