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 file::which"

O - Generic interface to Perl Compiler backends River stage five • 11693 direct dependents • 33184 total dependents

This is the module that is used as a frontend to the Perl Compiler. If you pass the "-q" option to the module, then the STDOUT filehandle will be redirected into the variable $O::BEGIN_output during compilation. This has the effect that any output pr...

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

O - Generic interface to Perl Compiler backends River stage five • 11693 direct dependents • 33184 total dependents

This is the module that is used as a frontend to the Perl Compiler. If you pass the "-q" option to the module, then the STDOUT filehandle will be redirected into the variable $O::BEGIN_output during compilation. This has the effect that any output pr...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 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...

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

utf8 - Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in source code River stage five • 11693 direct dependents • 33184 total dependents

The "use utf8" pragma tells the Perl parser to allow UTF-8 in the program text in the current lexical scope. The "no utf8" pragma tells Perl to switch back to treating the source text as literal bytes in the current lexical scope. (On EBCDIC platform...

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

utf8 - Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in source code River stage five • 11693 direct dependents • 33184 total dependents

The "use utf8" pragma tells the Perl parser to allow UTF-8 in the program text in the current lexical scope. The "no utf8" pragma tells Perl to switch back to treating the source text as literal bytes in the current lexical scope. (On EBCDIC platform...

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

h2xs - convert .h C header files to Perl extensions River stage five • 11693 direct dependents • 33184 total dependents

*h2xs* builds a Perl extension from C header files. The extension will include functions which can be used to retrieve the value of any #define statement which was in the C header files. The *module_name* will be used for the name of the extension. I...

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

h2xs - convert .h C header files to Perl extensions River stage five • 11693 direct dependents • 33184 total dependents

*h2xs* builds a Perl extension from C header files. The extension will include functions which can be used to retrieve the value of any #define statement which was in the C header files. The *module_name* will be used for the name of the extension. I...

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

h2ph - convert .h C header files to .ph Perl header files River stage five • 11693 direct dependents • 33184 total dependents

*h2ph* converts any C header files specified to the corresponding Perl header file format. It is most easily run while in /usr/include: cd /usr/include; h2ph * sys/* or cd /usr/include; h2ph * sys/* arpa/* netinet/* or cd /usr/include; h2ph -r -l . T...

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

h2ph - convert .h C header files to .ph Perl header files River stage five • 11693 direct dependents • 33184 total dependents

*h2ph* converts any C header files specified to the corresponding Perl header file format. It is most easily run while in /usr/include: cd /usr/include; h2ph * sys/* or cd /usr/include; h2ph * sys/* arpa/* netinet/* or cd /usr/include; h2ph -r -l . T...

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

POSIX - Perl interface to IEEE Std 1003.1 River stage five • 11693 direct dependents • 33184 total dependents

The POSIX module permits you to access all (or nearly all) the standard POSIX 1003.1 identifiers. Many of these identifiers have been given Perl-ish interfaces. This document gives a condensed list of the features available in the POSIX module. Consu...

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

POSIX - Perl interface to IEEE Std 1003.1 River stage five • 11693 direct dependents • 33184 total dependents

The POSIX module permits you to access all (or nearly all) the standard POSIX 1003.1 identifiers. Many of these identifiers have been given Perl-ish interfaces. This document gives a condensed list of the features available in the POSIX module. Consu...

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

Errno - System errno constants River stage five • 11693 direct dependents • 33184 total dependents

"Errno" defines and conditionally exports all the error constants defined in your system errno.h include file. It has a single export tag, ":POSIX", which will export all POSIX defined error numbers. On Windows, "Errno" also defines and conditionally...

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

Errno - System errno constants River stage five • 11693 direct dependents • 33184 total dependents

"Errno" defines and conditionally exports all the error constants defined in your system errno.h include file. It has a single export tag, ":POSIX", which will export all POSIX defined error numbers. On Windows, "Errno" also defines and conditionally...

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

Config - access Perl configuration information River stage five • 11693 direct dependents • 33184 total dependents

The Config module contains all the information that was available to the "Configure" program at Perl build time (over 900 values). Shell variables from the config.sh file (written by Configure) are stored in the readonly-variable %Config, indexed by ...

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

feature - Perl pragma to enable new features River stage five • 11693 direct dependents • 33184 total dependents

It is usually impossible to add new syntax to Perl without breaking some existing programs. This pragma provides a way to minimize that risk. New syntactic constructs, or new semantic meanings to older constructs, can be enabled by "use feature 'foo'...

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

PerlIO - On demand loader for PerlIO layers and root of PerlIO::* name space River stage five • 11693 direct dependents • 33184 total dependents

When an undefined layer 'foo' is encountered in an "open" or "binmode" layer specification then C code performs the equivalent of: use PerlIO 'foo'; The Perl code in PerlIO.pm then attempts to locate a layer by doing require PerlIO::foo; Otherwise th...

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

PerlIO - On demand loader for PerlIO layers and root of PerlIO::* name space River stage five • 11693 direct dependents • 33184 total dependents

When an undefined layer 'foo' is encountered in an "open" or "binmode" layer specification then C code performs the equivalent of: use PerlIO 'foo'; The Perl code in PerlIO.pm then attempts to locate a layer by doing require PerlIO::foo; Otherwise th...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
394 results (0.099 seconds)