Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 8691 - 8700 of about 10,000 for content_length:[10000 TO 99999] (0.13 sec)

  1. CPAN::FirstTime.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: package CPAN::FirstTime; use strict; use ExtUtils::MakeMaker (); use FileHandle (); use File::Basename (); use Fi...
    perldoc.perl.org/CPAN::FirstTime.txt
    Registered: Fri May 30 02:31:25 UTC 2025
    - 73K bytes
    - Viewed (0)
  2. Compress::Zlib.txt

    package Compress::Zlib; require 5.006 ; require Exporter; use Carp ; use IO::Handle ; use Scalar::Util qw(dualvar); use IO::Compress::Base::Common 2.212 ; use Compress::Raw::Zlib 2.212 ; use IO::Co...
    perldoc.perl.org/Compress::Zlib.txt
    Registered: Fri May 30 03:06:55 UTC 2025
    - 43K bytes
    - Viewed (0)
  3. CPAN::Meta::Converter.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Converter; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod my $struct = decode_json_file('META.json'); #pod #pod my $cmc = CPAN::M...
    perldoc.perl.org/CPAN::Meta::Converter.txt
    Registered: Fri May 30 13:53:43 UTC 2025
    - 48.8K bytes
    - Viewed (0)
  4. Exporter.txt

    package Exporter; use strict; no strict 'refs'; our $Debug = 0; our $ExportLevel = 0; our $Verbose ||= 0; our $VERSION = '5.78'; our %Cache; sub as_heavy { require Exporter::Heavy; # Unfortunately,...
    perldoc.perl.org/Exporter.txt
    Registered: Fri May 30 07:38:19 UTC 2025
    - 18.8K bytes
    - Viewed (0)
  5. 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: Fri May 30 09:52:21 UTC 2025
    - 19.9K bytes
    - Viewed (0)
  6. Encode::MIME::Header.txt

    package Encode::MIME::Header; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.29 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Carp (); use Encode (); use MIME::Base6...
    perldoc.perl.org/Encode::MIME::Header.txt
    Registered: Fri May 30 13:20:15 UTC 2025
    - 16.6K bytes
    - Viewed (0)
  7. Compress::Raw::Bzip2.txt

    package Compress::Raw::Bzip2; use strict ; use warnings ; require 5.006 ; require Exporter; use Carp ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); $VERSION = '2.212'; $XS_VER...
    perldoc.perl.org/Compress::Raw::Bzip2.txt
    Registered: Fri May 30 06:34:24 UTC 2025
    - 10.7K bytes
    - Viewed (0)
  8. Getopt::Long.txt

    #! perl # Getopt::Long.pm -- Universal options parsing # Author : Johan Vromans # Created On : Tue Sep 11 15:00:12 1990 # Last Modified On: Sat Nov 11 17:48:41 2023 # Update Count : 1808 # Status :...
    perldoc.perl.org/Getopt::Long.txt
    Registered: Fri May 30 21:39:59 UTC 2025
    - 81.1K bytes
    - Viewed (0)
  9. Hash::Util::FieldHash.txt

    package Hash::Util::FieldHash; use strict; use warnings; no warnings 'experimental::builtin'; use builtin qw(reftype); our $VERSION = '1.27'; use Exporter 'import'; our %EXPORT_TAGS = ( 'all' => [ ...
    perldoc.perl.org/Hash::Util::FieldHash.txt
    Registered: Fri May 30 18:38:32 UTC 2025
    - 29.1K bytes
    - Viewed (0)
  10. IO::Zlib.txt

    # IO::Zlib.pm # # Copyright (c) 1998-2004 Tom Hughes <tom@compton.nu>. # All rights reserved. This program is free software; you can redistribute # it and/or modify it under the same terms as Perl ...
    perldoc.perl.org/IO::Zlib.txt
    Registered: Fri May 30 23:12:25 UTC 2025
    - 15.7K bytes
    - Viewed (0)
Back to top