Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3971 - 3980 of 6,532 for content_length:[0 TO 9999] (0.11 sec)

  1. $^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.txt
    Registered: Sat Jun 28 01:58:54 UTC 2025
    - 663 bytes
    - Viewed (0)
  2. ${^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}.txt
    Registered: Fri Jun 27 23:51:22 UTC 2025
    - 468 bytes
    - Viewed (0)
  3. ${^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}.txt
    Registered: Sat Jun 28 02:15:40 UTC 2025
    - 492 bytes
    - Viewed (0)
  4. $^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.txt
    Registered: Sat Jun 28 00:06:43 UTC 2025
    - 462 bytes
    - Viewed (0)
  5. 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.txt
    Registered: Mon Jun 30 13:45:23 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Mon Jun 30 13:14:33 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Mon Jun 30 12:58:19 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  8. Pod::Perldoc::ToPod.txt

    package Pod::Perldoc::ToPod; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_e...
    perldoc.perl.org/Pod::Perldoc::ToPod.txt
    Registered: Mon Jun 30 14:09:54 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  9. Permissions type

    Permissions Note: Permissions requires the use of Java SecurityManager. Java version 17 deprecated SecurityManager fo...
    ant.apache.org/manual/Types/permissions.html
    Registered: Mon Jul 07 00:04:57 UTC 2025
    - Last Modified: Sun Aug 20 13:58:20 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  10. Extension Type

    Extension Utility type that represents either an available "Optional Package" (formerly known as "Standard Extension"...
    ant.apache.org/manual/Types/extension.html
    Registered: Mon Jul 07 00:05:13 UTC 2025
    - Last Modified: Tue Oct 19 07:20:25 UTC 2021
    - 3.7K bytes
    - Viewed (0)
Back to top