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 IO::Socket::UNIX"

perliol - C API for Perl's implementation of IO in Layers. River stage five • 11693 direct dependents • 33184 total dependents

This document describes the behavior and implementation of the PerlIO abstraction described in perlapio when "USE_PERLIO" is defined. History and Background The PerlIO abstraction was introduced in perl5.003_02 but languished as just an abstraction u...

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

perliol - C API for Perl's implementation of IO in Layers. River stage five • 11693 direct dependents • 33184 total dependents

This document describes the behavior and implementation of the PerlIO abstraction described in perlapio when "USE_PERLIO" is defined. History and Background The PerlIO abstraction was introduced in perl5.003_02 but languished as just an abstraction u...

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

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

perlref - Perl references and nested data structures River stage five • 11693 direct dependents • 33184 total dependents

Before release 5 of Perl it was difficult to represent complex data structures, because all references had to be symbolic--and even then it was difficult to refer to a variable instead of a symbol table entry. Perl now not only makes it easier to use...

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

perlref - Perl references and nested data structures River stage five • 11693 direct dependents • 33184 total dependents

Before release 5 of Perl it was difficult to represent complex data structures, because all references had to be symbolic--and even then it was difficult to refer to a variable instead of a symbol table entry. Perl now not only makes it easier to use...

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

perlvar - Perl predefined variables River stage five • 11693 direct dependents • 33184 total dependents

The Syntax of Variable Names Variable names in Perl can have several formats. Usually, they must begin with a letter or underscore, in which case they can be arbitrarily long (up to an internal limit of 251 characters) and may contain letters, digits...

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

perlvar - Perl predefined variables River stage five • 11693 direct dependents • 33184 total dependents

The Syntax of Variable Names Variable names in Perl can have several formats. Usually, they must begin with a letter or underscore, in which case they can be arbitrarily long (up to an internal limit of 251 characters) and may contain letters, digits...

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

perldata - Perl data types River stage five • 11693 direct dependents • 33184 total dependents

Variable names Perl has three built-in data types: scalars, arrays of scalars, and associative arrays of scalars, known as "hashes". A scalar is a single string (of any size, limited only by the available memory), number, or a reference to something ...

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

perldata - Perl data types River stage five • 11693 direct dependents • 33184 total dependents

Variable names Perl has three built-in data types: scalars, arrays of scalars, and associative arrays of scalars, known as "hashes". A scalar is a single string (of any size, limited only by the available memory), number, or a reference to something ...

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

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

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

perlebcdic - Considerations for running Perl on EBCDIC platforms River stage five • 11693 direct dependents • 33184 total dependents

An exploration of some of the issues facing Perl programmers on EBCDIC based computers. Portions of this document that are still incomplete are marked with XXX. Early Perl versions worked on some EBCDIC machines, but the last known version that ran o...

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

perlebcdic - Considerations for running Perl on EBCDIC platforms River stage five • 11693 direct dependents • 33184 total dependents

An exploration of some of the issues facing Perl programmers on EBCDIC based computers. Portions of this document that are still incomplete are marked with XXX. Early Perl versions worked on some EBCDIC machines, but the last known version that ran o...

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

perlvarcopy - Perl predefined variables River stage five • 11693 direct dependents • 33184 total dependents

Predefined Names The following names have special meaning to Perl. Most punctuation names have reasonable mnemonics, or analogs in the shells. Nevertheless, if you wish to use long variable names, you need only say use English; at the top of your pro...

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

perlvarcopy - Perl predefined variables River stage five • 11693 direct dependents • 33184 total dependents

Predefined Names The following names have special meaning to Perl. Most punctuation names have reasonable mnemonics, or analogs in the shells. Nevertheless, if you wish to use long variable names, you need only say use English; at the top of your pro...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 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
61 results (0.13 seconds)