Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2231 - 2240 of 2,621 for host:perldoc.perl.org (0.03 sec)

  1. ${^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: Thu Apr 17 01:42:54 UTC 2025
    - 404 bytes
    - Viewed (0)
  2. ${^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: Thu Apr 17 01:05:49 UTC 2025
    - 435 bytes
    - Viewed (0)
  3. perldeprecation.txt

    =head1 NAME perldeprecation - list Perl deprecations =head1 DESCRIPTION The purpose of this document is to document what has been deprecated in Perl, and by which version the deprecated feature wil...
    perldoc.perl.org/perldeprecation.txt
    Registered: Thu Apr 17 07:05:28 UTC 2025
    - 23.9K bytes
    - Viewed (0)
  4. $!.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: Thu Apr 17 05:51:35 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  5. $^S.txt

    =over =item $EXCEPTIONS_BEING_CAUGHT =item $^S X<$^S> X<$EXCEPTIONS_BEING_CAUGHT> Current state of the interpreter. $^S State --------- ---------- undef Parsing module, eval, or main program true (...
    perldoc.perl.org/variables/$^S.txt
    Registered: Thu Apr 17 06:14:51 UTC 2025
    - 663 bytes
    - Viewed (0)
  6. ${^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: Thu Apr 17 03:48:39 UTC 2025
    - 516 bytes
    - Viewed (0)
  7. ${^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: Thu Apr 17 03:14:42 UTC 2025
    - 468 bytes
    - Viewed (0)
  8. ${^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: Thu Apr 17 01:57:14 UTC 2025
    - 415 bytes
    - Viewed (0)
  9. $^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: Thu Apr 17 04:55:38 UTC 2025
    - 462 bytes
    - Viewed (0)
  10. $~.txt

    =over =item HANDLE->format_name(EXPR) =item $FORMAT_NAME =item $~ X<$~> X<$FORMAT_NAME> The name of the current report format for the currently selected output channel. The default format name is t...
    perldoc.perl.org/variables/$~.txt
    Registered: Thu Apr 17 05:09:36 UTC 2025
    - 355 bytes
    - Viewed (0)
Back to top