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

charnames - access to Unicode character names and named character sequences; also define character names River stage five • 11693 direct dependents • 33184 total dependents

Pragma "use charnames" is used to gain access to the names of the Unicode characters and named character sequences, and to allow you to define your own character and character sequence names. All forms of the pragma enable use of the following 3 func...

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

charnames - access to Unicode character names and named character sequences; also define character names River stage five • 11693 direct dependents • 33184 total dependents

Pragma "use charnames" is used to gain access to the names of the Unicode characters and named character sequences, and to allow you to define your own character and character sequence names. All forms of the pragma enable use of the following 3 func...

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

perlop - Perl operators and precedence River stage five • 11693 direct dependents • 33184 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 • 11693 direct dependents • 33184 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

perlhack - How to hack on Perl River stage five • 11693 direct dependents • 33184 total dependents

This document explains how Perl development works. It includes details about the Perl 5 Porters email list, the Perl repository, the Perl bug tracker, patch guidelines, and commentary on Perl development philosophy....

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

perlhack - How to hack on Perl River stage five • 11693 direct dependents • 33184 total dependents

This document explains how Perl development works. It includes details about the Perl 5 Porters email list, the Perl repository, the Perl bug tracker, patch guidelines, and commentary on Perl development philosophy....

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

perlretut - Perl regular expressions tutorial River stage five • 11693 direct dependents • 33184 total dependents

This page provides a basic tutorial on understanding, creating and using regular expressions in Perl. It serves as a complement to the reference page on regular expressions perlre. Regular expressions are an integral part of the "m//", "s///", "qr//"...

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

perlretut - Perl regular expressions tutorial River stage five • 11693 direct dependents • 33184 total dependents

This page provides a basic tutorial on understanding, creating and using regular expressions in Perl. It serves as a complement to the reference page on regular expressions perlre. Regular expressions are an integral part of the "m//", "s///", "qr//"...

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

perlreref - Perl Regular Expressions Reference River stage five • 11693 direct dependents • 33184 total dependents

This is a quick reference to Perl's regular expressions. For full information see perlre and perlop, as well as the "SEE ALSO" section in this document. OPERATORS "=~" determines to which variable the regex is applied. In its absence, $_ is used. $va...

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

perlreref - Perl Regular Expressions Reference River stage five • 11693 direct dependents • 33184 total dependents

This is a quick reference to Perl's regular expressions. For full information see perlre and perlop, as well as the "SEE ALSO" section in this document. OPERATORS "=~" determines to which variable the regex is applied. In its absence, $_ is used. $va...

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

perlunicode - Unicode support in Perl River stage five • 11693 direct dependents • 33184 total dependents

If you haven't already, before reading this document, you should become familiar with both perlunitut and perluniintro. Unicode aims to UNI-fy the en-CODE-ings of all the world's character sets into a single Standard. For quite a few of the various c...

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

perlunicode - Unicode support in Perl River stage five • 11693 direct dependents • 33184 total dependents

If you haven't already, before reading this document, you should become familiar with both perlunitut and perluniintro. Unicode aims to UNI-fy the en-CODE-ings of all the world's character sets into a single Standard. For quite a few of the various c...

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

perl56delta - what's new for perl v5.6.0 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.005 release and the 5.6.0 release....

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

perl56delta - what's new for perl v5.6.0 River stage five • 11693 direct dependents • 33184 total dependents

This document describes differences between the 5.005 release and the 5.6.0 release....

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

perlunicook - cookbookish examples of handling Unicode in Perl River stage five • 11693 direct dependents • 33184 total dependents

This manpage contains short recipes demonstrating how to handle common Unicode operations in Perl, plus one complete program at the end. Any undeclared variables in individual recipes are assumed to have a previous appropriate value in them....

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

perlunicook - cookbookish examples of handling Unicode in Perl River stage five • 11693 direct dependents • 33184 total dependents

This manpage contains short recipes demonstrating how to handle common Unicode operations in Perl, plus one complete program at the end. Any undeclared variables in individual recipes are assumed to have a previous appropriate value in them....

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
62 results (0.053 seconds)