The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:perl feature"

feature - Perl pragma to enable new features River stage five • 11292 direct dependents • 32664 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

feature - Perl pragma to enable new features River stage five • 11292 direct dependents • 32664 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'...

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

feature - Perl pragma to enable new features River stage five • 11292 direct dependents • 32664 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'...

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

feature - Perl pragma to enable new features River stage five • 11292 direct dependents • 32664 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

re - Perl pragma to alter regular expression behaviour River stage five • 11292 direct dependents • 32664 total dependents

'taint' mode When "use re 'taint'" is in effect, and a tainted string is the target of a regexp, the regexp memories (or values returned by the m// operator in list context) are tainted. This feature is useful when regexp operations on tainted data a...

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

re - Perl pragma to alter regular expression behaviour River stage five • 11292 direct dependents • 32664 total dependents

'taint' mode When "use re 'taint'" is in effect, and a tainted string is the target of a regexp, the regexp memories (or values returned by the m// operator in list context) are tainted. This feature is useful when regexp operations on tainted data a...

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

less - perl pragma to request less of something River stage five • 11292 direct dependents • 32664 total dependents

This is a user-pragma. If you're very lucky some code you're using will know that you asked for less CPU usage or ram or fat or... we just can't know. Consult your documentation on everything you're currently using. For general suggestions, try reque...

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

less - perl pragma to request less of something River stage five • 11292 direct dependents • 32664 total dependents

This is a user-pragma. If you're very lucky some code you're using will know that you asked for less CPU usage or ram or fat or... we just can't know. Consult your documentation on everything you're currently using. For general suggestions, try reque...

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

CORE - Namespace for Perl's core routines River stage five • 11292 direct dependents • 32664 total dependents

The "CORE" namespace gives access to the original built-in functions of Perl. The "CORE" package is built into Perl, and therefore you do not need to use or require a hypothetical "CORE" module prior to accessing routines in this namespace. A list of...

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

CORE - Namespace for Perl's core routines River stage five • 11292 direct dependents • 32664 total dependents

The "CORE" namespace gives access to the original built-in functions of Perl. The "CORE" package is built into Perl, and therefore you do not need to use or require a hypothetical "CORE" module prior to accessing routines in this namespace. A list of...

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 • 11292 direct dependents • 32664 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 • 11292 direct dependents • 32664 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

todo - Perl TO-DO list River stage five • 11292 direct dependents • 32664 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 • 11292 direct dependents • 32664 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

POSIX - Perl interface to IEEE Std 1003.1 River stage five • 11292 direct dependents • 32664 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 • 11292 direct dependents • 32664 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

perlop - Perl operators and precedence River stage five • 11292 direct dependents • 32664 total dependents

In Perl, the operator determines what operation is performed, independent of the type of the operands. For example "$x + $y" is always a numeric addition, and if $x or $y do not contain numbers, an attempt is made to convert them to numbers first. Th...

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

perlop - Perl operators and precedence River stage five • 11292 direct dependents • 32664 total dependents

In Perl, the operator determines what operation is performed, independent of the type of the operands. For example "$x + $y" is always a numeric addition, and if $x or $y do not contain numbers, an attempt is made to convert them to numbers first. Th...

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

perlre - Perl regular expressions River stage five • 11292 direct dependents • 32664 total dependents

This page describes the syntax of regular expressions in Perl. If you haven't used regular expressions before, a tutorial introduction is available in perlretut. If you know just a little about them, a quick-start introduction is available in perlreq...

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

perlre - Perl regular expressions River stage five • 11292 direct dependents • 32664 total dependents

This page describes the syntax of regular expressions in Perl. If you haven't used regular expressions before, a tutorial introduction is available in perlretut. If you know just a little about them, a quick-start introduction is available in perlreq...

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