Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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)
  2. $^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)
  3. $^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)
  4. ${^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)
  5. $^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)
  6. $^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)
  7. $^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)
  8. $%.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)
  9. 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.txt
    Registered: Sun Feb 23 09:41:46 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Sun Feb 23 09:55:11 UTC 2025
    - 1.2K bytes
    - Viewed (0)
Back to top