Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2221 - 2230 of 2,621 for host:perldoc.perl.org (0.1 sec)

  1. $/ - Perldoc Browser

    variables / $/ ( source , CPAN ) # IO::Handle->input_record_separator( EXPR ) # $INPUT_RECORD_SEPARATOR # $RS # $/ Th...
    perldoc.perl.org/variables/$/
    Registered: Thu Apr 17 01:43:09 UTC 2025
    - 25.4K bytes
    - Viewed (0)
  2. %SIG.txt

    =over =item %SIG X<%SIG> The hash C<%SIG> contains signal handlers for signals. For example: sub handler { # 1st argument is signal name my($sig) = @_; print "Caught a SIG$sig--shutting down\n"; cl...
    perldoc.perl.org/variables/%SIG.txt
    Registered: Wed Apr 16 23:48:03 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  3. $$.txt

    =over =item $PROCESS_ID =item $PID =item $$ X<$$> X<$PID> X<$PROCESS_ID> The process number of the Perl running this script. Though you I<can> set this variable, doing so is generally discouraged, ...
    perldoc.perl.org/variables/$$.txt
    Registered: Wed Apr 16 23:09:25 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  4. @ .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: Wed Apr 16 23:05:11 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  5. $INC.txt

    =over =item $INC X<$INC> As of 5.37.7 when an C<@INC> hook is executed the index of the C<@INC> array that holds the hook will be localized into the C<$INC> variable. When the hook returns the inte...
    perldoc.perl.org/variables/$INC.txt
    Registered: Wed Apr 16 23:41:28 UTC 2025
    - 801 bytes
    - Viewed (0)
  6. %INC.txt

    =over =item %INC X<%INC> The hash C<%INC> contains entries for each filename included via the C<do>, C<require>, or C<use> operators. The key is the filename you specified (with module names conver...
    perldoc.perl.org/variables/%INC.txt
    Registered: Wed Apr 16 23:25:41 UTC 2025
    - 681 bytes
    - Viewed (0)
  7. $<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: Wed Apr 16 23:52:52 UTC 2025
    - 511 bytes
    - Viewed (0)
  8. ${^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)
  9. ${^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)
  10. 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)
Back to top