- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3341 - 3350 of 3,417 for filetype:txt (0.05 sec)
-
$^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: Sat Feb 22 23:36:18 UTC 2025 - 663 bytes - Viewed (0) -
$ .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/$ .txtRegistered: Sun Feb 23 00:39:50 UTC 2025 - 586 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: Sun Feb 23 01:16:53 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: Sat Feb 22 22:40:50 UTC 2025 - 404 bytes - Viewed (0) -
${^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: Sun Feb 23 00:36:31 UTC 2025 - 492 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: Sun Feb 23 00:17:53 UTC 2025 - 435 bytes - Viewed (0) -
${^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}.txtRegistered: Sun Feb 23 02:58:46 UTC 2025 - 415 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: Sat Feb 22 23:27:32 UTC 2025 - 462 bytes - Viewed (0) -
$~.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/$~.txtRegistered: Sun Feb 23 04:20:15 UTC 2025 - 355 bytes - Viewed (0) -
ops.txt
package ops; our $VERSION = '1.02'; use Opcode qw(opmask_add opset invert_opset); sub import { shift; # Not that unimport is the preferred form since import's don't # accumulate well owing to the '...perldoc.perl.org/ops.txtRegistered: Sun Feb 23 04:37:52 UTC 2025 - 997 bytes - Viewed (0)