- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1161 - 1170 of 1,306 for label:perl (0.02 sec)
-
@ .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/@ .txtRegistered: Wed Apr 16 23:05:11 UTC 2025 - 1.1K bytes - Viewed (0) -
$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.txtRegistered: Wed Apr 16 23:41:28 UTC 2025 - 801 bytes - Viewed (0) -
%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.txtRegistered: Wed Apr 16 23:25:41 UTC 2025 - 681 bytes - Viewed (0) -
$<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, ...).txtRegistered: Wed Apr 16 23:52:52 UTC 2025 - 511 bytes - Viewed (0) -
${^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}.txtRegistered: Thu Apr 17 01:42:54 UTC 2025 - 404 bytes - Viewed (0) -
${^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}.txtRegistered: Thu Apr 17 01:05:49 UTC 2025 - 435 bytes - Viewed (0) -
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.txtRegistered: Thu Apr 17 07:05:28 UTC 2025 - 23.9K bytes - Viewed (0) -
$!.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/$!.txtRegistered: Thu Apr 17 05:51:35 UTC 2025 - 1.4K bytes - Viewed (0) -
$^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.txtRegistered: Thu Apr 17 06:14:51 UTC 2025 - 663 bytes - Viewed (0) -
${^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}.txtRegistered: Thu Apr 17 03:48:39 UTC 2025 - 516 bytes - Viewed (0)