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 "distribution:perl module::signature"

perltie - how to hide an object class in a simple variable River stage five • 11693 direct dependents • 33184 total dependents

Prior to release 5.0 of Perl, a programmer could use dbmopen() to connect an on-disk database in the standard Unix dbm(3x) format magically to a %HASH in their program. However, their Perl was either built with one particular dbm library or another, ...

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

perltie - how to hide an object class in a simple variable River stage five • 11693 direct dependents • 33184 total dependents

Prior to release 5.0 of Perl, a programmer could use dbmopen() to connect an on-disk database in the standard Unix dbm(3x) format magically to a %HASH in their program. However, their Perl was either built with one particular dbm library or another, ...

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

perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores) River stage five • 11693 direct dependents • 33184 total dependents

The basic IPC facilities of Perl are built out of the good old Unix signals, named pipes, pipe opens, the Berkeley socket routines, and SysV IPC calls. Each is used in slightly different situations....

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

perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores) River stage five • 11693 direct dependents • 33184 total dependents

The basic IPC facilities of Perl are built out of the good old Unix signals, named pipes, pipe opens, the Berkeley socket routines, and SysV IPC calls. Each is used in slightly different situations....

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...

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

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

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

OS2::REXX - access to DLLs with REXX calling convention and REXX runtime. River stage five • 11693 direct dependents • 33184 total dependents

Load REXX DLL $dll = load OS2::REXX NAME [, WHERE]; NAME is DLL name, without path and extension. Directories are searched WHERE first (list of dirs), then environment paths PERL5REXX, PERLREXX, PATH or, as last resort, OS/2-ish search is performed i...

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

OS2::REXX - access to DLLs with REXX calling convention and REXX runtime. River stage five • 11693 direct dependents • 33184 total dependents

Load REXX DLL $dll = load OS2::REXX NAME [, WHERE]; NAME is DLL name, without path and extension. Directories are searched WHERE first (list of dirs), then environment paths PERL5REXX, PERLREXX, PATH or, as last resort, OS/2-ish search is performed i...

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

perlclass - Perl class syntax reference River stage five • 11693 direct dependents • 33184 total dependents

This document describes the syntax of the Perl's "class" feature, which provides native keywords supporting object-oriented programming paradigm. History Since Perl 5, support for objects revolved around the concept of *blessing* references with a pa...

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

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

This document describes differences between the 5.8.8 release and the 5.8.9 release....

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

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

This document describes differences between the 5.8.8 release and the 5.8.9 release....

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

OS2::Process - exports constants for system() call, and process control on OS2. River stage five • 11693 direct dependents • 33184 total dependents

Optional argument to system() the builtin function system() under OS/2 allows an optional first argument which denotes the mode of the process. Note that this argument is recognized only if it is strictly numerical. You can use either one of the proc...

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

OS2::Process - exports constants for system() call, and process control on OS2. River stage five • 11693 direct dependents • 33184 total dependents

Optional argument to system() the builtin function system() under OS/2 allows an optional first argument which denotes the mode of the process. Note that this argument is recognized only if it is strictly numerical. You can use either one of the proc...

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

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

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

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

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

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

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