- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2361 - 2370 of 6,570 for content_length:[0 TO 9999] (0.11 sec)
-
bytes.txt
package bytes 1.09; use v5.38; BEGIN { $bytes::hint_bits = 0x0000_0008 } sub import { $^H |= $bytes::hint_bits } sub unimport { $^H &= ~$bytes::hint_bits } sub chr :prototype(_) { BEGIN { import() ...perldoc.perl.org/bytes.txtRegistered: Sun Feb 23 07:58:58 UTC 2025 - 3.8K bytes - Viewed (0) -
$^H.txt
=over =item $^H X<$^H> WARNING: This variable is strictly for internal use only. Its availability, behavior, and contents are subject to change without notice. This variable contains compile-time h...perldoc.perl.org/variables/$^H.txtRegistered: Sun Feb 23 04:12:41 UTC 2025 - 1.9K bytes - Viewed (0) -
$^N.txt
=over =item $LAST_SUBMATCH_RESULT =item $^N X<$^N> X<$LAST_SUBMATCH_RESULT> The text matched by the used group most-recently closed (i.e. the group with the rightmost closing parenthesis) of the la...perldoc.perl.org/variables/$^N.txtRegistered: Sun Feb 23 03:42:51 UTC 2025 - 1009 bytes - Viewed (0) -
${^SAFE_LOCALES}.txt
=over =item ${^SAFE_LOCALES} X<${^SAFE_LOCALES}> Reflects if safe locale operations are available to this perl (when the value is 1) or not (the value is 0). This variable is always 1 if the perl h...perldoc.perl.org/variables/${^SAFE_LOCALES}.txtRegistered: Sun Feb 23 03:52:53 UTC 2025 - 572 bytes - Viewed (0) -
$^D.txt
=over =item $DEBUGGING =item $^D X<$^D> X<$DEBUGGING> The current value of the debugging flags. May be read or set. Like its L<command-line equivalent|perlrun/B<-D>I<letters>>, you can use numeric ...perldoc.perl.org/variables/$^D.txtRegistered: Sun Feb 23 01:24:40 UTC 2025 - 437 bytes - Viewed (0) -
$^C.txt
=over =item $COMPILING =item $^C X<$^C> X<$COMPILING> The current value of the flag associated with the B<-c> switch. Mainly of use with B<-MO=...> to allow code to alter its behavior when being co...perldoc.perl.org/variables/$^C.txtRegistered: Sun Feb 23 01:45:59 UTC 2025 - 401 bytes - Viewed (0) -
$^W.txt
=over =item $WARNING =item $^W X<$^W> X<$WARNING> The current value of the warning switch, initially true if B<-w> was used, false otherwise, but directly modifiable. See also L<warnings>. Mnemonic...perldoc.perl.org/variables/$^W.txtRegistered: Sun Feb 23 03:08:35 UTC 2025 - 239 bytes - Viewed (0) -
$%.txt
=over =item HANDLE->format_page_number(EXPR) =item $FORMAT_PAGE_NUMBER =item $% X<$%> X<$FORMAT_PAGE_NUMBER> The current page number of the currently selected output channel. Mnemonic: C<%> is page...perldoc.perl.org/variables/$%.txtRegistered: Sun Feb 23 02:07:13 UTC 2025 - 229 bytes - Viewed (0) -
parent.txt
package parent; use strict; our $VERSION = '0.241'; sub import { my $class = shift; my $inheritor = caller(0); if ( @_ and $_[0] eq '-norequire' ) { shift @_; } else { for ( my @filename = @_ ) { s...perldoc.perl.org/parent.txtRegistered: Sun Feb 23 09:41:46 UTC 2025 - 2.6K bytes - Viewed (0) -
autodie::skip.txt
package autodie::skip; use strict; use warnings; our $VERSION = '2.37'; # VERSION # This package exists purely so people can inherit from it, # which isn't at all how roles are supposed to work, bu...perldoc.perl.org/autodie::skip.txtRegistered: Sun Feb 23 09:55:11 UTC 2025 - 1.2K bytes - Viewed (0)