Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 791 - 800 of 2,612 for host:perldoc.perl.org (0.03 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. %-.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)
  6. @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)
  7. $^O.txt

    =over =item $OSNAME =item $^O X<$^O> X<$OSNAME> The name of the operating system under which this copy of Perl was built, as determined during the configuration process. For examples see L<perlport...
    perldoc.perl.org/variables/$^O.txt
    Registered: Sat Oct 25 08:05:01 UTC 2025
    - 670 bytes
    - Viewed (0)
  8. ${^RE_TRIE_MAXBUF}.txt

    =over =item ${^RE_TRIE_MAXBUF} X<${^RE_TRIE_MAXBUF}> Controls how certain regex optimisations are applied and how much memory they utilize. This value by default is 65536 which corresponds to a 512...
    perldoc.perl.org/variables/${^RE_TRIE_MAXBUF}.txt
    Registered: Sat Oct 25 05:57:25 UTC 2025
    - 632 bytes
    - Viewed (0)
  9. @ISA.txt

    =over =item @ISA X<@ISA> Each package contains a special array called C<@ISA> which contains a list of that class's parent classes, if any. This array is simply a list of scalars, each of which is ...
    perldoc.perl.org/variables/@ISA.txt
    Registered: Sat Oct 25 06:05:43 UTC 2025
    - 562 bytes
    - Viewed (0)
  10. $^F.txt

    =over =item $SYSTEM_FD_MAX =item $^F X<$^F> X<$SYSTEM_FD_MAX> The maximum system file descriptor, ordinarily 2. System file descriptors are passed to C<exec()>ed processes, while higher file descri...
    perldoc.perl.org/variables/$^F.txt
    Registered: Sat Oct 25 10:46:15 UTC 2025
    - 574 bytes
    - Viewed (0)
Back to top