- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 5021 - 5030 of 6,922 for content_length:[0 TO 9999] (0.08 sec)
-
${^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}.txtRegistered: Tue Apr 01 18:00:33 UTC 2025 - 492 bytes - Viewed (0) -
@ .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: Tue Apr 01 20:27:14 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 02 00:26:39 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: Tue Apr 01 23:14:53 UTC 2025 - 681 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: Tue Apr 01 22:45:49 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: Wed Apr 02 00:20:13 UTC 2025 - 516 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: Tue Apr 01 23:29:26 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: Tue Apr 01 21:53:15 UTC 2025 - 435 bytes - Viewed (0) -
$^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.txtRegistered: Tue Apr 01 20:32:16 UTC 2025 - 462 bytes - Viewed (0) -
split.txt
=over =item split /PATTERN/,EXPR,LIMIT X<split> =item split /PATTERN/,EXPR =item split /PATTERN/ =item split Splits the string EXPR into a list of strings and returns the list in list context, or t...perldoc.perl.org/functions/split.txtRegistered: Wed Apr 02 03:17:26 UTC 2025 - 7.4K bytes - Viewed (0)