- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3971 - 3980 of 6,532 for content_length:[0 TO 9999] (0.06 sec)
-
$ .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: Fri Jun 27 23:33:01 UTC 2025 - 586 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: Fri Jun 27 21:56:52 UTC 2025 - 435 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: Fri Jun 27 21:38:33 UTC 2025 - 355 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: Sat Jun 28 01:58:54 UTC 2025 - 663 bytes - Viewed (0) -
${^UTF8CACHE}.txt
=over =item ${^UTF8CACHE} X<${^UTF8CACHE}> This variable controls the state of the internal UTF-8 offset caching code. 1 for on (the default), 0 for off, -1 to debug the caching code by checking al...perldoc.perl.org/variables/${^UTF8CACHE}.txtRegistered: Fri Jun 27 23:51:22 UTC 2025 - 468 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: Sat Jun 28 02:15:40 UTC 2025 - 492 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 Jun 28 00:06:43 UTC 2025 - 462 bytes - Viewed (0) -
Net::Config.txt
# Net::Config.pm # # Copyright (C) 2000 Graham Barr. All rights reserved. # Copyright (C) 2013-2014, 2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute ...perldoc.perl.org/Net::Config.txtRegistered: Mon Jun 30 13:45:23 UTC 2025 - 8.7K bytes - Viewed (0) -
PerlIO::via.txt
package PerlIO::via; our $VERSION = '0.19'; require XSLoader; XSLoader::load(); 1; __END__ =head1 NAME PerlIO::via - Helper class for PerlIO layers implemented in perl =head1 SYNOPSIS use PerlIO::v...perldoc.perl.org/PerlIO::via.txtRegistered: Mon Jun 30 13:14:33 UTC 2025 - 7.1K bytes - Viewed (0) -
Pod::Simple::Checker.txt
# A quite dimwitted pod2plaintext that need only know how to format whatever # text comes out of Pod::BlackBox's _gen_errata package Pod::Simple::Checker; use strict; use warnings; use Carp (); use...perldoc.perl.org/Pod::Simple::Checker.txtRegistered: Mon Jun 30 12:58:19 UTC 2025 - 5.3K bytes - Viewed (0)