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 FREED"

B - The Perl Compiler Backend River stage five • 11693 direct dependents • 33184 total dependents

The "B" module supplies classes which allow a Perl program to delve into its own innards. It is the module used to implement the "backends" of the Perl compiler. Usage of the compiler does not require knowledge of this module: see the O module for th...

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

B - The Perl Compiler Backend River stage five • 11693 direct dependents • 33184 total dependents

The "B" module supplies classes which allow a Perl program to delve into its own innards. It is the module used to implement the "backends" of the Perl compiler. Usage of the compiler does not require knowledge of this module: see the O module for th...

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

todo - Perl TO-DO list River stage five • 11693 direct dependents • 33184 total dependents

This is a list of wishes for Perl. The most up to date version of this file is at <https://github.com/Perl/perl5/blob/blead/Porting/todo.pod>. The tasks we think are smaller or easier are listed first. Anyone is welcome to work on any of these, but i...

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

todo - Perl TO-DO list River stage five • 11693 direct dependents • 33184 total dependents

This is a list of wishes for Perl. The most up to date version of this file is at <https://github.com/Perl/perl5/blob/blead/Porting/todo.pod>. The tasks we think are smaller or easier are listed first. Anyone is welcome to work on any of these, but i...

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

perlsub - Perl subroutines River stage five • 11693 direct dependents • 33184 total dependents

Like many languages, Perl provides for user-defined subroutines. These may be located anywhere in the main program, loaded in from other files via the "do", "require", or "use" keywords, or generated on the fly using "eval" or anonymous subroutines. ...

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

perlsub - Perl subroutines River stage five • 11693 direct dependents • 33184 total dependents

Like many languages, Perl provides for user-defined subroutines. These may be located anywhere in the main program, loaded in from other files via the "do", "require", or "use" keywords, or generated on the fly using "eval" or anonymous subroutines. ...

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

perlfunc - Perl builtin functions River stage five • 11693 direct dependents • 33184 total dependents

The functions in this section can serve as terms in an expression. They fall into two major categories: list operators and named unary operators. These differ in their precedence relationship with a following comma. (See the precedence table in perlo...

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

perlfunc - Perl builtin functions River stage five • 11693 direct dependents • 33184 total dependents

The functions in this section can serve as terms in an expression. They fall into two major categories: list operators and named unary operators. These differ in their precedence relationship with a following comma. (See the precedence table in perlo...

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

perldiag - various Perl diagnostics River stage five • 11693 direct dependents • 33184 total dependents

These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation (enabled by default). (S) A severe warning (enabled by default). (F) A fatal error (trappable). (P) An internal error yo...

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

perldiag - various Perl diagnostics River stage five • 11693 direct dependents • 33184 total dependents

These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation (enabled by default). (S) A severe warning (enabled by default). (F) A fatal error (trappable). (P) An internal error yo...

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

perlcall - Perl calling conventions from C River stage five • 11693 direct dependents • 33184 total dependents

The purpose of this document is to show you how to call Perl subroutines directly from C, i.e., how to write *callbacks*. Apart from discussing the C interface provided by Perl for writing callbacks the document uses a series of examples to show how ...

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

perlcall - Perl calling conventions from C River stage five • 11693 direct dependents • 33184 total dependents

The purpose of this document is to show you how to call Perl subroutines directly from C, i.e., how to write *callbacks*. Apart from discussing the C interface provided by Perl for writing callbacks the document uses a series of examples to show how ...

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

perlguts - Introduction to the Perl API River stage five • 11693 direct dependents • 33184 total dependents

This document attempts to describe how to use the Perl API, as well as to provide some info on the basic workings of the Perl core. It is far from complete and probably contains many errors. Please refer any questions or comments to the author below....

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

perlguts - Introduction to the Perl API River stage five • 11693 direct dependents • 33184 total dependents

This document attempts to describe how to use the Perl API, as well as to provide some info on the basic workings of the Perl core. It is far from complete and probably contains many errors. Please refer any questions or comments to the author below....

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

perlreapi - Perl regular expression plugin interface River stage five • 11693 direct dependents • 33184 total dependents

As of Perl 5.9.5 there is a new interface for plugging and using regular expression engines other than the default one. Each engine is supposed to provide access to a constant structure of the following format: typedef struct regexp_engine { REGEXP* ...

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

perlreapi - Perl regular expression plugin interface River stage five • 11693 direct dependents • 33184 total dependents

As of Perl 5.9.5 there is a new interface for plugging and using regular expression engines other than the default one. Each engine is supposed to provide access to a constant structure of the following format: typedef struct regexp_engine { REGEXP* ...

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

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

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

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

perlinterp - An overview of the Perl interpreter River stage five • 11693 direct dependents • 33184 total dependents

This document provides an overview of how the Perl interpreter works at the level of C code, along with pointers to the relevant C source code files....

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

perlinterp - An overview of the Perl interpreter River stage five • 11693 direct dependents • 33184 total dependents

This document provides an overview of how the Perl interpreter works at the level of C code, along with pointers to the relevant C source code files....

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

perlpragma - how to write a user pragma River stage five • 11693 direct dependents • 33184 total dependents

A pragma is a module which influences some aspect of the compile time or run time behaviour of Perl, such as "strict" or "warnings". With Perl 5.10 you are no longer limited to the built in pragmata; you can now create user pragmata that modify the b...

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