Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2311 - 2320 of 6,339 for content_length:[0 TO 9999] (0.3 sec)

  1. SDBM_File.txt

    package SDBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.17"; our @EXPORT_OK = qw(PAGFEXT DIRFEXT PAIRMAX); use Exporter "import...
    perldoc.perl.org/SDBM_File.txt
    Registered: Thu Oct 30 15:33:43 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  2. TAP::Parser::Iterator::Stream.txt

    package TAP::Parser::Iterator::Stream; use strict; use warnings; use base 'TAP::Parser::Iterator'; =head1 NAME TAP::Parser::Iterator::Stream - Iterator for filehandle-based TAP sources =head1 VERSI...
    perldoc.perl.org/TAP::Parser::Iterator::Stream.txt
    Registered: Thu Oct 30 11:53:02 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  3. TAP::Parser::Result::Pragma.txt

    package TAP::Parser::Result::Pragma; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Pragma - TAP pragma token. =head1 VERSION Version 3.50 =cut our $VERS...
    perldoc.perl.org/TAP::Parser::Result::Pragma.txt
    Registered: Thu Oct 30 12:52:16 UTC 2025
    - 946 bytes
    - Viewed (0)
  4. %-.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)
  5. @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)
  6. $^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)
  7. ${^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)
  8. @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)
  9. $^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)
  10. $&.txt

    =over =item $MATCH =item $& X<$&> X<$MATCH> The string matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>.) See L</Performance issues> above for the serious per...
    perldoc.perl.org/variables/$&.txt
    Registered: Sat Oct 25 06:49:29 UTC 2025
    - 382 bytes
    - Viewed (0)
Back to top