Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2841 - 2850 of 3,449 for filetype:txt (0.03 sec)

  1. $^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: Fri Aug 29 22:00:34 UTC 2025
    - 663 bytes
    - Viewed (0)
  2. ${^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: Fri Aug 29 22:58:19 UTC 2025
    - 468 bytes
    - Viewed (0)
  3. ${^PREMATCH}.txt

    =over =item ${^PREMATCH} X<${^PREMATCH}> It is only guaranteed to return a defined value when the pattern was executed with the C</p> modifier. This is similar to C<$`> ($PREMATCH) except that to u...
    perldoc.perl.org/variables/${^PREMATCH}.txt
    Registered: Fri Aug 29 21:16:59 UTC 2025
    - 492 bytes
    - Viewed (0)
  4. ${^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: Fri Aug 29 22:38:40 UTC 2025
    - 435 bytes
    - Viewed (0)
  5. ${^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: Sat Aug 30 00:51:40 UTC 2025
    - 415 bytes
    - Viewed (0)
  6. $~.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: Fri Aug 29 23:15:00 UTC 2025
    - 355 bytes
    - Viewed (0)
  7. perlclassguts.txt

    =head1 NAME perlclassguts - Internals of how C<feature 'class'> and class syntax works =head1 DESCRIPTION This document provides in-depth information about the way in which the perl interpreter imp...
    perldoc.perl.org/perlclassguts.txt
    Registered: Sat Aug 30 03:05:35 UTC 2025
    - 15.1K bytes
    - Viewed (0)
  8. perl5224delta.txt

    =encoding utf8 =head1 NAME perl5224delta - what is new for perl v5.22.4 =head1 DESCRIPTION This document describes differences between the 5.22.3 release and the 5.22.4 release. If you are upgradin...
    perldoc.perl.org/perl5224delta.txt
    Registered: Sat Aug 30 07:20:40 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  9. perl5244delta.txt

    =encoding utf8 =head1 NAME perl5244delta - what is new for perl v5.24.4 =head1 DESCRIPTION This document describes differences between the 5.24.3 release and the 5.24.4 release. If you are upgradin...
    perldoc.perl.org/perl5244delta.txt
    Registered: Sat Aug 30 07:03:19 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  10. perlfaq4.txt

    =pod =encoding UTF-8 =head1 NAME perlfaq4 - Data Manipulation =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section of the FAQ answers questions related to manipulating numbers, dates, ...
    perldoc.perl.org/perlfaq4.txt
    Registered: Sat Aug 30 14:22:31 UTC 2025
    - 91.2K bytes
    - Viewed (0)
Back to top