Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4991 - 5000 of 6,922 for content_length:[0 TO 9999] (0.09 sec)

  1. ${^WARNING_BITS}.txt

    =over =item ${^WARNING_BITS} X<${^WARNING_BITS}> The current set of warning checks enabled by the C<use warnings> pragma. It has the same scoping as the C<$^H> and C<%^H> variables. The exact value...
    perldoc.perl.org/variables/${^WARNING_BITS}.txt
    Registered: Wed Apr 02 00:20:13 UTC 2025
    - 516 bytes
    - Viewed (0)
  2. ${^RE_COMPILE_RECURSION_LIMIT}.txt

    =over =item ${^RE_COMPILE_RECURSION_LIMIT} X<${^RE_COMPILE_RECURSION_LIMIT}> The current value giving the maximum number of open but unclosed parenthetical groups there may be at any point during a...
    perldoc.perl.org/variables/${^RE_COMPILE_RECURSION_LIMIT}.txt
    Registered: Tue Apr 01 23:29:26 UTC 2025
    - 404 bytes
    - Viewed (0)
  3. ${^LAST_SUCCESSFUL_PATTERN}.txt

    =over =item ${^LAST_SUCCESSFUL_PATTERN} The last successful pattern that matched in the current scope. The empty pattern defaults to matching to this. For instance: if (m/foo/ || m/bar/) { s//BLAH/...
    perldoc.perl.org/variables/${^LAST_SUCCESSFUL_PATTERN}.txt
    Registered: Tue Apr 01 21:53:15 UTC 2025
    - 435 bytes
    - Viewed (0)
  4. $^A.txt

    =over =item $ACCUMULATOR =item $^A X<$^A> X<$ACCUMULATOR> The current value of the C<write()> accumulator for C<format()> lines. A format contains C<formline()> calls that put their result into C<$...
    perldoc.perl.org/variables/$^A.txt
    Registered: Tue Apr 01 20:32:16 UTC 2025
    - 462 bytes
    - Viewed (0)
  5. split.txt

    =over =item split /PATTERN/,EXPR,LIMIT X<split> =item split /PATTERN/,EXPR =item split /PATTERN/ =item split Splits the string EXPR into a list of strings and returns the list in list context, or t...
    perldoc.perl.org/functions/split.txt
    Registered: Wed Apr 02 03:17:26 UTC 2025
    - 7.4K bytes
    - Viewed (0)
  6. ${^MAX_NESTED_EVAL_BEGIN_BLOCKS}.txt

    =over =item ${^MAX_NESTED_EVAL_BEGIN_BLOCKS} This variable determines the maximum number C<eval EXPR>/C<BEGIN> or C<require>/C<BEGIN> block nesting that is allowed. This means it also controls the ...
    perldoc.perl.org/variables/${^MAX_NESTED_EVAL_BEGIN_BLOCKS}.txt
    Registered: Wed Apr 02 01:48:11 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  7. $!.txt

    =over =item $OS_ERROR =item $ERRNO =item $! X<$!> X<$ERRNO> X<$OS_ERROR> When referenced, C<$!> retrieves the current value of the C C<errno> integer variable. If C<$!> is assigned a numerical valu...
    perldoc.perl.org/variables/$!.txt
    Registered: Wed Apr 02 01:16:39 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  8. $ .txt

    =over =item $LAST_PAREN_MATCH =item $+ X<$+> X<$LAST_PAREN_MATCH> The text matched by the highest used capture group of the last successful search pattern. (See L</Scoping Rules of Regex Variables>...
    perldoc.perl.org/variables/$ .txt
    Registered: Wed Apr 02 02:32:22 UTC 2025
    - 586 bytes
    - Viewed (0)
  9. ${^UTF8CACHE}.txt

    =over =item ${^UTF8CACHE} X<${^UTF8CACHE}> This variable controls the state of the internal UTF-8 offset caching code. 1 for on (the default), 0 for off, -1 to debug the caching code by checking al...
    perldoc.perl.org/variables/${^UTF8CACHE}.txt
    Registered: Wed Apr 02 00:48:25 UTC 2025
    - 468 bytes
    - Viewed (0)
  10. ${^LAST_FH}.txt

    =over =item ${^LAST_FH} X<${^LAST_FH}> This read-only variable contains a reference to the last-read filehandle. This is set by C<< <HANDLE> >>, C<readline>, C<tell>, C<eof> and C<seek>. This is th...
    perldoc.perl.org/variables/${^LAST_FH}.txt
    Registered: Wed Apr 02 01:09:38 UTC 2025
    - 415 bytes
    - Viewed (0)
Back to top