Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 9891 - 9900 of about 10,000 for content_length:[10000 TO 99999] (0.14 sec)

  1. attributes.txt

    package attributes; our $VERSION = 0.36; @EXPORT_OK = qw(get reftype); @EXPORT = (); %EXPORT_TAGS = (ALL => [@EXPORT, @EXPORT_OK]); use strict; sub croak { require Carp; goto &Carp::croak; } sub ca...
    perldoc.perl.org/attributes.txt
    Registered: Sun Jun 08 00:10:38 UTC 2025
    - 16K bytes
    - Viewed (0)
  2. Encode.txt

    # # $Id: Encode.pm,v 3.21 2024/02/25 22:17:32 dankogai Exp $ # package Encode; use strict; use warnings; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; our $VERSION; BEGIN { $VERSION = sprintf "%...
    perldoc.perl.org/Encode.txt
    Registered: Sun Jun 08 17:06:00 UTC 2025
    - 31.4K bytes
    - Viewed (0)
  3. Encode::Supported.txt

    =head1 NAME Encode::Supported -- Encodings supported by Encode =head1 DESCRIPTION =head2 Encoding Names Encoding names are case insensitive. White space in names is ignored. In addition, an encodin...
    perldoc.perl.org/Encode::Supported.txt
    Registered: Sun Jun 08 18:47:42 UTC 2025
    - 28.1K bytes
    - Viewed (0)
  4. Class::Struct.txt

    package Class::Struct; ## See POD after __END__ use 5.006_001; use strict; use warnings::register; our(@ISA, @EXPORT, $VERSION); use Carp; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(struct...
    perldoc.perl.org/Class::Struct.txt
    Registered: Sun Jun 08 16:44:40 UTC 2025
    - 19.9K bytes
    - Viewed (0)
  5. ExtUtils::MakeMaker::Locale.txt

    package ExtUtils::MakeMaker::Locale; use strict; use warnings; our $VERSION = "7.70"; $VERSION =~ tr/_//d; use base 'Exporter'; our @EXPORT_OK = qw( decode_argv env $ENCODING_LOCALE $ENCODING_LOCAL...
    perldoc.perl.org/ExtUtils::MakeMaker::Locale.txt
    Registered: Sun Jun 08 12:16:56 UTC 2025
    - 13K bytes
    - Viewed (0)
  6. ExtUtils::Mksymlists.txt

    package ExtUtils::Mksymlists; use 5.006; use strict qw[ subs refs ]; # no strict 'vars'; # until filehandles are exempted use warnings; use Carp; use Exporter; use Config; our @ISA = qw(Exporter); ...
    perldoc.perl.org/ExtUtils::Mksymlists.txt
    Registered: Sun Jun 08 17:34:51 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  7. Net::SMTP.txt

    # Net::SMTP.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it ...
    perldoc.perl.org/Net::SMTP.txt
    Registered: Mon Jun 09 17:39:29 UTC 2025
    - 28.5K bytes
    - Viewed (0)
  8. Safe.txt

    package Safe; use 5.003_11; use Scalar::Util qw(reftype refaddr); $Safe::VERSION = "2.46"; # *** Don't declare any lexicals above this point *** # # This function should return a closure which cont...
    perldoc.perl.org/Safe.txt
    Registered: Mon Jun 09 19:59:55 UTC 2025
    - 24.8K bytes
    - Viewed (0)
  9. Pod::Perldoc::ToMan.txt

    require 5.006; package Pod::Perldoc::ToMan; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; use File::Spec::Functions qw(catfile); use Pod::...
    perldoc.perl.org/Pod::Perldoc::ToMan.txt
    Registered: Mon Jun 09 20:38:32 UTC 2025
    - 13.9K bytes
    - Viewed (0)
  10. perliol - C API for Perl's implementation of IO...

    perliol ( source , CPAN ) CONTENTS NAME SYNOPSIS DESCRIPTION History and Background Basic Structure Layers vs Discipl...
    perldoc.perl.org/perliol
    Registered: Wed Jun 04 18:37:21 UTC 2025
    - 61K bytes
    - Viewed (0)
Back to top