Perl 5.38 Released With Experimental Class Feature, Unicode 15

Written by Michael Larabel in Programming on 3 July 2023 at 08:25 AM EDT. 16 Comments
PROGRAMMING
After being in development for more than one year, Perl 5.38 released today as the latest feature update to this programming language.

Perl 5.38 brings a new experimental syntax for defining object classes where per-instance data is stored in field variables that behave like lexicals:


Perl 5.38 also adds Unicode 15.0 support, deprecation warnings now present specific sub-categories, a new PERL_RAND_SEED environment variable for controlling seed behavior for random number generation, new APIs, and various other changes.

More details on Perl 5.38 changes can be found via perldoc. The big Perl 5.38 update can be downloaded from Perl.org.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week