- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2361 - 2370 of 6,570 for content_length:[0 TO 9999] (0.17 sec)
-
perl5124delta.txt
=encoding utf8 =head1 NAME perl5124delta - what is new for perl v5.12.4 =head1 DESCRIPTION This document describes differences between the 5.12.3 release and the 5.12.4 release. If you are upgradin...perldoc.perl.org/perl5124delta.txtRegistered: Sat Feb 22 13:31:02 UTC 2025 - 3.6K bytes - Viewed (0) -
$;.txt
=over =item $SUBSCRIPT_SEPARATOR =item $SUBSEP =item $; X<$;> X<$SUBSEP> X<SUBSCRIPT_SEPARATOR> The subscript separator for multidimensional array emulation. If you refer to a hash element as $foo{...perldoc.perl.org/variables/$;.txtRegistered: Sat Feb 22 18:55:11 UTC 2025 - 658 bytes - Viewed (0) -
$^I.txt
=over =item $INPLACE_EDIT =item $^I X<$^I> X<$INPLACE_EDIT> The current value of the inplace-edit extension. Use C<undef> to disable inplace editing. Mnemonic: value of B<-i> switch. =back 194perldoc.perl.org/variables/$^I.txtRegistered: Sat Feb 22 18:25:23 UTC 2025 - 194 bytes - Viewed (0) -
encoding::warnings.txt
package encoding::warnings; $encoding::warnings::VERSION = '0.14'; use strict; use 5.007; =head1 NAME encoding::warnings - Warn on implicit encoding conversions =head1 VERSION This document describ...perldoc.perl.org/encoding::warnings.txtRegistered: Sun Feb 23 05:44:29 UTC 2025 - 7K bytes - Viewed (0) -
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)