Perl 5.32.0
A new version of the Perl programming language interpreter 5.32.0 has been released. After 13 months of development, 140,000 lines changed in 880 files. Key innovations include: A new experimental operator 'isa', which checks if the specified object is an instance of the given class or a subclass: if( $obj isa Package::Name ) { … } Support for Unicode 13.0! It is now possible to write comparison operators with the same precedence in […]
