Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1461 - 1470 of 6,529 for content_length:[0 TO 9999] (0.05 sec)

  1. 1.9.3

    Tag: . CoreDNS-1.9.3 Release CoreDNS-1.9.3 Release Notes. 2022-05-27
    coredns.io/tags/1.9.3/
    Registered: Mon Aug 04 00:44:29 UTC 2025
    - 5.5K bytes
    - Viewed (0)
  2. ExtUtils::Constant::XS.txt

    package ExtUtils::Constant::XS; use strict; use vars qw($VERSION %XS_Constant %XS_TypeSet @ISA @EXPORT_OK $is_perl56); use Carp; use ExtUtils::Constant::Utils 'perl_stringify'; require ExtUtils::Co...
    perldoc.perl.org/ExtUtils::Constant::XS.txt
    Registered: Sun Jul 27 17:24:02 UTC 2025
    - 6.2K bytes
    - Viewed (0)
  3. IO::Dir.txt

    # IO::Dir.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl it...
    perldoc.perl.org/IO::Dir.txt
    Registered: Sun Jul 27 14:42:12 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  4. Encode::Unicode::UTF7.txt

    # # $Id: UTF7.pm,v 2.10 2017/06/10 17:23:50 dankogai Exp $ # package Encode::Unicode::UTF7; use strict; use warnings; use parent qw(Encode::Encoding); __PACKAGE__->Define('UTF-7'); our $VERSION = d...
    perldoc.perl.org/Encode::Unicode::UTF7.txt
    Registered: Sun Jul 27 13:26:38 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  5. Pod::Simple::PullParserEndToken.txt

    package Pod::Simple::PullParserEndToken; use strict; use warnings; use Pod::Simple::PullParserToken (); our @ISA = ('Pod::Simple::PullParserToken'); our $VERSION = '3.45'; sub new { # Class->new(ta...
    perldoc.perl.org/Pod::Simple::PullParserEndToken.txt
    Registered: Sun Jul 27 19:34:55 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  6. ExtUtils::MM_Darwin.txt

    package ExtUtils::MM_Darwin; use strict; use warnings; BEGIN { require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Unix ); } our $VERSION = '7.76'; $VERSION =~ tr/_//d; =head1 NAME ExtUtils::MM_...
    perldoc.perl.org/ExtUtils::MM_Darwin.txt
    Registered: Sun Jul 27 16:04:52 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  7. IO::Compress.txt

    package IO::Compress; our $VERSION = '2.213' ; =head1 NAME IO::Compress - read/write compressed data in multiple formats =head1 DESCRIPTION This is a stub module. It contains no code. =head1 AUTHOR...
    perldoc.perl.org/IO::Compress.txt
    Registered: Sun Jul 27 15:22:49 UTC 2025
    - 436 bytes
    - Viewed (0)
  8. parent.txt

    package parent; use strict; our $VERSION = '0.244'; sub import { my $class = shift; my $inheritor = caller(0); if ( @_ and $_[0] eq '-norequire' ) { shift @_; } else { for ( my @filename = @_ ) { l...
    perldoc.perl.org/parent.txt
    Registered: Sat Jul 26 06:56:35 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  9. ${^GLOBAL_PHASE}.txt

    =over =item ${^GLOBAL_PHASE} X<${^GLOBAL_PHASE}> The current phase of the perl interpreter. Possible values are: =over 8 =item CONSTRUCT The C<PerlInterpreter*> is being constructed via C<perl_cons...
    perldoc.perl.org/variables/${^GLOBAL_PHASE}.txt
    Registered: Sat Jul 26 03:01:43 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  10. Encode::MIME::Name.txt

    package Encode::MIME::Name; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 1.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; # NOTE: This table must be 1:1 mapping our %MI...
    perldoc.perl.org/Encode::MIME::Name.txt
    Registered: Sat Jul 26 07:35:44 UTC 2025
    - 3.7K bytes
    - Viewed (0)
Back to top