Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 401 - 410 of 2,612 for host:perldoc.perl.org (0.04 sec)

  1. perlfaq6.txt

    =pod =encoding UTF-8 =head1 NAME perlfaq6 - Regular Expressions =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section is surprisingly small because the rest of the FAQ is littered with ...
    perldoc.perl.org/perlfaq6.txt
    Registered: Fri Oct 24 23:08:14 UTC 2025
    - 38.6K bytes
    - Viewed (0)
  2. re.txt

    package re; # pragma for controlling the regexp engine use strict; use warnings; our $VERSION = "0.48"; our @ISA = qw(Exporter); our @EXPORT_OK = qw{ is_regexp regexp_pattern regname regnames regna...
    perldoc.perl.org/re.txt
    Registered: Sat Oct 25 00:22:35 UTC 2025
    - 28.3K bytes
    - Viewed (0)
  3. perlrequick.txt

    =head1 NAME perlrequick - Perl regular expressions quick start =head1 DESCRIPTION This page covers the very basics of understanding, creating and using regular expressions ('regexes') in Perl. =hea...
    perldoc.perl.org/perlrequick.txt
    Registered: Fri Oct 24 22:08:00 UTC 2025
    - 18.8K bytes
    - Viewed (0)
  4. English.txt

    package English; our $VERSION = '1.11'; require Exporter; @ISA = qw(Exporter); =head1 NAME English - use nice English (or awk) names for ugly punctuation variables =head1 SYNOPSIS use English; use ...
    perldoc.perl.org/English.txt
    Registered: Sat Oct 25 00:17:54 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  5. perl5180delta - what is new for perl v5.18.0 - ...

    perl5180delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Core Enhancements New mechanism for experimental features H...
    perldoc.perl.org/perl5180delta Similar Results (1)
    Registered: Fri Oct 24 18:02:29 UTC 2025
    - 182.4K bytes
    - Viewed (0)
  6. perlinterp - An overview of the Perl interprete...

    perlinterp ( source , CPAN ) CONTENTS NAME DESCRIPTION ELEMENTS OF THE INTERPRETER Startup Parsing Optimization Runni...
    perldoc.perl.org/perlinterp
    Registered: Fri Oct 24 18:02:40 UTC 2025
    - 58K bytes
    - Viewed (0)
  7. perlgov - Perl Rules of Governance - Perldoc Br...

    perlgov ( source , CPAN ) CONTENTS NAME PREAMBLE Mandate Definitions The Core Team Powers Membership Term Removal Ina...
    perldoc.perl.org/perlgov
    Registered: Fri Oct 24 18:02:45 UTC 2025
    - 42.7K bytes
    - Viewed (0)
  8. bigrat.txt

    package bigrat; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...
    perldoc.perl.org/bigrat.txt
    Registered: Sat Oct 25 02:48:43 UTC 2025
    - 20.6K bytes
    - Viewed (0)
  9. %-.txt

    =over =item %{^CAPTURE_ALL} X<%{^CAPTURE_ALL}> =item %- X<%-> Similar to C<%+>, this variable allows access to the named capture groups in the last successful match in the currently active dynamic ...
    perldoc.perl.org/variables/%-.txt
    Registered: Sat Oct 25 05:00:26 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  10. @INC.txt

    =over =item @INC X<@INC> The array C<@INC> contains the list of places that the C<do EXPR>, C<require>, or C<use> constructs look for their library files. It initially consists of the arguments to ...
    perldoc.perl.org/variables/@INC.txt
    Registered: Sat Oct 25 05:23:11 UTC 2025
    - 987 bytes
    - Viewed (0)
Back to top