Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2031 - 2040 of 2,639 for host:perldoc.perl.org (0.07 sec)

  1. perl5363delta.txt

    =encoding utf8 =head1 NAME perl5363delta - what is new for perl v5.36.3 =head1 DESCRIPTION This document describes differences between the 5.36.1 release and the 5.36.3 release. B<Please note:> Thi...
    perldoc.perl.org/perl5363delta.txt
    Registered: Fri Jul 04 18:12:52 UTC 2025
    - 4K bytes
    - Viewed (0)
  2. $/ - Perldoc Browser

    variables / $/ ( source , CPAN ) # IO::Handle->input_record_separator( EXPR ) # $INPUT_RECORD_SEPARATOR # $RS # $/ Th...
    perldoc.perl.org/variables/$/
    Registered: Fri Jun 27 20:31:00 UTC 2025
    - 19.4K bytes
    - Viewed (0)
  3. $).txt

    =over =item $EFFECTIVE_GROUP_ID =item $EGID =item $) X<$)> X<$EGID> X<$EFFECTIVE_GROUP_ID> The effective gid of this process. If you are on a machine that supports membership in multiple groups sim...
    perldoc.perl.org/variables/$).txt
    Registered: Fri Jun 27 22:57:43 UTC 2025
    - 1.3K 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: Fri Jun 27 21:44:32 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  5. @ .txt

    =over =item @LAST_MATCH_END =item @+ X<@+> X<@LAST_MATCH_END> This array holds the offsets of the ends of the last successful match and any matching capture buffers that the pattern contains. (See ...
    perldoc.perl.org/variables/@ .txt
    Registered: Fri Jun 27 23:41:49 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  6. $<digits> ($1, $2, ...).txt

    =over =item $<I<digits>> ($1, $2, ...) X<$1> X<$2> X<$3> X<$I<digits>> Contains the subpattern from the corresponding set of capturing parentheses from the last successful pattern match in the curr...
    perldoc.perl.org/variables/$<digits> ($1, $2, ...).txt
    Registered: Fri Jun 27 22:12:31 UTC 2025
    - 511 bytes
    - Viewed (0)
  7. $ .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: Fri Jun 27 23:33:01 UTC 2025
    - 586 bytes
    - Viewed (0)
  8. ${^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 Jun 27 21:56:52 UTC 2025
    - 435 bytes
    - Viewed (0)
  9. $~.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 Jun 27 21:38:33 UTC 2025
    - 355 bytes
    - Viewed (0)
  10. $^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: Sat Jun 28 01:58:54 UTC 2025
    - 663 bytes
    - Viewed (0)
Back to top