Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 7131 - 7140 of about 10,000 for content_length:[10000 TO 99999] (0.39 sec)

  1. IPC::Open3.txt

    package IPC::Open3; use strict; no strict 'refs'; # because users pass me bareword filehandles use Exporter 'import'; use Carp; use Symbol qw(gensym qualify); our $VERSION = '1.24'; our @EXPORT = q...
    perldoc.perl.org/IPC::Open3.txt
    Registered: Tue Aug 26 00:28:56 UTC 2025
    - 15.5K bytes
    - Viewed (0)
  2. Digest::MD5.txt

    package Digest::MD5; use strict; use warnings; our $VERSION = '2.59'; require Exporter; *import = \&Exporter::import; our @EXPORT_OK = qw(md5 md5_hex md5_base64); our @ISA; eval { require Digest::b...
    perldoc.perl.org/Digest::MD5.txt
    Registered: Mon Aug 25 22:05:58 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  3. ExtUtils::Constant.txt

    package ExtUtils::Constant; use vars qw (@ISA $VERSION @EXPORT_OK %EXPORT_TAGS); $VERSION = '0.25'; =head1 NAME ExtUtils::Constant - generate XS code to import C header constants =head1 SYNOPSIS us...
    perldoc.perl.org/ExtUtils::Constant.txt
    Registered: Wed Aug 27 01:08:18 UTC 2025
    - 14.7K bytes
    - Viewed (0)
  4. I18N::LangTags::List.txt

    require 5; package I18N::LangTags::List; # Time-stamp: "2004-10-06 23:26:21 ADT" use strict; our (%Name, %Is_Disrec, $Debug); our $VERSION = '0.41'; # POD at the end. #--------- { # read the table ...
    perldoc.perl.org/I18N::LangTags::List.txt
    Registered: Wed Aug 27 08:34:34 UTC 2025
    - 28.1K bytes
    - Viewed (0)
  5. IO::Uncompress::RawInflate.txt

    package IO::Uncompress::RawInflate ; # for RFC1951 use strict ; use warnings; use bytes; use Compress::Raw::Zlib 2.213 ; use IO::Compress::Base::Common 2.213 qw(:Status ); use IO::Uncompress::Base ...
    perldoc.perl.org/IO::Uncompress::RawInflate.txt
    Registered: Wed Aug 27 09:57:33 UTC 2025
    - 31.7K bytes
    - Viewed (0)
  6. IO::Uncompress::AnyUncompress.txt

    package IO::Uncompress::AnyUncompress ; use strict; use warnings; use bytes; use IO::Compress::Base::Common 2.213 (); use IO::Uncompress::Base 2.213 ; require Exporter ; our ($VERSION, @ISA, @EXPOR...
    perldoc.perl.org/IO::Uncompress::AnyUncompress.txt
    Registered: Wed Aug 27 09:19:21 UTC 2025
    - 30.9K bytes
    - Viewed (0)
  7. GDBM_File.txt

    # GDBM_File.pm -- Perl 5 interface to GNU gdbm library. =head1 NAME GDBM_File - Perl5 access to the gdbm library. =head1 SYNOPSIS use GDBM_File; [$db =] tie %hash, 'GDBM_File', $filename, GDBM_WRCR...
    perldoc.perl.org/GDBM_File.txt
    Registered: Wed Aug 27 07:56:40 UTC 2025
    - 20.2K bytes
    - Viewed (0)
  8. IO::Socket::INET.txt

    # IO::Socket::INET.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 a...
    perldoc.perl.org/IO::Socket::INET.txt
    Registered: Wed Aug 27 08:39:10 UTC 2025
    - 12.5K bytes
    - Viewed (0)
  9. TAP::Harness.txt

    package TAP::Harness; use strict; use warnings; use Carp; use File::Spec; use File::Path; use IO::Handle; use base 'TAP::Base'; =head1 NAME TAP::Harness - Run test scripts with statistics =head1 VE...
    perldoc.perl.org/TAP::Harness.txt
    Registered: Thu Aug 28 09:06:36 UTC 2025
    - 29K bytes
    - Viewed (0)
  10. perl582delta - what is new for perl v5.8.2 - Pe...

    perl582delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Incompatible Changes Core Enhancements Hash Randomisation Th...
    perldoc.perl.org/perl582delta
    Registered: Mon Aug 25 12:44:41 UTC 2025
    - 23.2K bytes
    - Viewed (0)
Back to top