The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:perl dominus"

perlhist - the Perl history records River stage five • 11693 direct dependents • 33184 total dependents

This document aims to record the Perl source code releases....

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perlhist - the Perl history records River stage five • 11693 direct dependents • 33184 total dependents

This document aims to record the Perl source code releases....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perlbook - Books about and related to Perl River stage five • 11693 direct dependents • 33184 total dependents

There are many books on Perl and Perl-related. A few of these are good, some are OK, but many aren't worth your money. There is a list of these books, some with extensive reviews, at <https://www.perl.org/books/library.html> . We list some of the boo...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perlbook - Books about and related to Perl River stage five • 11693 direct dependents • 33184 total dependents

There are many books on Perl and Perl-related. A few of these are good, some are OK, but many aren't worth your money. There is a list of these books, some with extensive reviews, at <https://www.perl.org/books/library.html> . We list some of the boo...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perlreftut - Mark's very short tutorial about references River stage five • 11693 direct dependents • 33184 total dependents

One of the most important new features in Perl 5 was the capability to manage complicated data structures like multidimensional arrays and nested hashes. To enable these, Perl 5 introduced a feature called *references*, and using references is the ke...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perlreftut - Mark's very short tutorial about references River stage five • 11693 direct dependents • 33184 total dependents

One of the most important new features in Perl 5 was the capability to manage complicated data structures like multidimensional arrays and nested hashes. To enable these, Perl 5 introduced a feature called *references*, and using references is the ke...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perlreguts - Description of the Perl regular expression engine. River stage five • 11693 direct dependents • 33184 total dependents

This document is an attempt to shine some light on the guts of the regex engine and how it works. The regex engine represents a significant chunk of the perl codebase, but is relatively poorly understood. This document is a meagre attempt at addressi...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perlreguts - Description of the Perl regular expression engine. River stage five • 11693 direct dependents • 33184 total dependents

This document is an attempt to shine some light on the guts of the regex engine and how it works. The regex engine represents a significant chunk of the perl codebase, but is relatively poorly understood. This document is a meagre attempt at addressi...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perl58delta - what is new for perl v5.8.0 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.6.0 release and the 5.8.0 release. Many of the bug fixes in 5.8.0 were already seen in the 5.6.1 maintenance release since the two releases were kept closely coordinated (while 5.8.0 was still called ...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perl58delta - what is new for perl v5.8.0 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.6.0 release and the 5.8.0 release. Many of the bug fixes in 5.8.0 were already seen in the 5.6.1 maintenance release since the two releases were kept closely coordinated (while 5.8.0 was still called ...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perlrequick - Perl regular expressions quick start River stage five • 11693 direct dependents • 33184 total dependents

This page covers the very basics of understanding, creating and using regular expressions ('regexes') in Perl....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perlrequick - Perl regular expressions quick start River stage five • 11693 direct dependents • 33184 total dependents

This page covers the very basics of understanding, creating and using regular expressions ('regexes') in Perl....

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perl5200delta - what is new for perl v5.20.0 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.18.0 release and the 5.20.0 release. If you are upgrading from an earlier release such as 5.16.0, first read perl5180delta, which describes differences between 5.16.0 and 5.18.0....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perl5160delta - what is new for perl v5.16.0 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.14.0 release and the 5.16.0 release. If you are upgrading from an earlier release such as 5.12.0, first read perl5140delta, which describes differences between 5.12.0 and 5.14.0. Some bug fixes in thi...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perl5200delta - what is new for perl v5.20.0 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.18.0 release and the 5.20.0 release. If you are upgrading from an earlier release such as 5.16.0, first read perl5180delta, which describes differences between 5.16.0 and 5.18.0....

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perl5160delta - what is new for perl v5.16.0 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.14.0 release and the 5.16.0 release. If you are upgrading from an earlier release such as 5.12.0, first read perl5140delta, which describes differences between 5.12.0 and 5.14.0. Some bug fixes in thi...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perl5120delta - what is new for perl v5.12.0 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.10.0 release and the 5.12.0 release. Many of the bug fixes in 5.12.0 are already included in the 5.10.1 maintenance release. You can see the list of those changes in the 5.10.1 release notes (perl5101...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perl5120delta - what is new for perl v5.12.0 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.10.0 release and the 5.12.0 release. Many of the bug fixes in 5.12.0 are already included in the 5.10.1 maintenance release. You can see the list of those changes in the 5.10.1 release notes (perl5101...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perl5380delta - what is new for perl v5.38.0 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.36.0 release and the 5.38.0 release....

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC
19 results (0.034 seconds)