Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2361 - 2370 of 6,570 for content_length:[0 TO 9999] (0.07 sec)

  1. $^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 194
    perldoc.perl.org/variables/$^I.txt
    Registered: Sat Feb 22 18:25:23 UTC 2025
    - 194 bytes
    - Viewed (0)
  2. 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.txt
    Registered: Sun Feb 23 05:44:29 UTC 2025
    - 7K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Sun Feb 23 07:58:58 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  4. $^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.txt
    Registered: Sun Feb 23 04:12:41 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  5. $^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.txt
    Registered: Sun Feb 23 03:42:51 UTC 2025
    - 1009 bytes
    - Viewed (0)
  6. ${^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}.txt
    Registered: Sun Feb 23 03:52:53 UTC 2025
    - 572 bytes
    - Viewed (0)
  7. $^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.txt
    Registered: Sun Feb 23 01:24:40 UTC 2025
    - 437 bytes
    - Viewed (0)
  8. $^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.txt
    Registered: Sun Feb 23 01:45:59 UTC 2025
    - 401 bytes
    - Viewed (0)
  9. $^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.txt
    Registered: Sun Feb 23 03:08:35 UTC 2025
    - 239 bytes
    - Viewed (0)
  10. $%.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/$%.txt
    Registered: Sun Feb 23 02:07:13 UTC 2025
    - 229 bytes
    - Viewed (0)
Back to top