Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 7711 - 7720 of about 10,000 for content_length:[10000 TO 99999] (0.17 sec)

  1. B.txt

    # B.pm # # Copyright (c) 1996, 1997, 1998 Malcolm Beattie # # You may distribute under the terms of either the GNU General Public # License or the Artistic License, as specified in the README file....
    perldoc.perl.org/B.txt
    Registered: Thu May 22 03:47:44 UTC 2025
    - 30.6K bytes
    - Viewed (0)
  2. 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: Thu May 22 10:38:00 UTC 2025
    - 20.2K bytes
    - Viewed (0)
  3. IO::Uncompress::AnyUncompress.txt

    package IO::Uncompress::AnyUncompress ; use strict; use warnings; use bytes; use IO::Compress::Base::Common 2.212 (); use IO::Uncompress::Base 2.212 ; require Exporter ; our ($VERSION, @ISA, @EXPOR...
    perldoc.perl.org/IO::Uncompress::AnyUncompress.txt
    Registered: Thu May 22 19:22:02 UTC 2025
    - 30.9K bytes
    - Viewed (0)
  4. Net::POP3.txt

    # Net::POP3.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::POP3.txt
    Registered: Thu May 22 23:41:50 UTC 2025
    - 21.1K bytes
    - Viewed (0)
  5. Module::CoreList::Utils.txt

    package Module::CoreList::Utils; use strict; use warnings; use Module::CoreList; our $VERSION = '5.20250413_40'; our %utilities; sub utilities { my $perl = shift; $perl = shift if eval { $perl->isa...
    perldoc.perl.org/Module::CoreList::Utils.txt
    Registered: Thu May 22 23:19:22 UTC 2025
    - 40K bytes
    - Viewed (0)
  6. threads.txt

    package threads; use 5.008; use strict; use warnings; our $VERSION = '2.40'; # remember to update version in POD! my $XS_VERSION = $VERSION; #$VERSION = eval $VERSION; # Verify this Perl supports t...
    perldoc.perl.org/threads.txt
    Registered: Thu May 22 02:36:29 UTC 2025
    - 37.1K bytes
    - Viewed (0)
  7. Carp.txt

    package Carp; { use 5.006; } use strict; use warnings; BEGIN { # Very old versions of warnings.pm load Carp. This can go wrong due # to the circular dependency. If warnings is invoked before Carp, ...
    perldoc.perl.org/Carp.txt
    Registered: Thu May 22 00:54:36 UTC 2025
    - 35.2K bytes
    - Viewed (0)
  8. CPAN::Meta::History::Meta_1_3.txt

    =for :stopwords MailingList PODs RWS subcontext =head1 NAME CPAN::Meta::History::Meta_1_3 - Version 1.3 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1...
    perldoc.perl.org/CPAN::Meta::History::Meta_1_3.txt
    Registered: Wed May 21 23:14:00 UTC 2025
    - 18.1K bytes
    - Viewed (0)
  9. B::Xref.txt

    package B::Xref; our $VERSION = '1.07'; =head1 NAME B::Xref - Generates cross reference reports for Perl programs =head1 SYNOPSIS perl -MO=Xref[,OPTIONS] foo.pl =head1 DESCRIPTION The B::Xref modul...
    perldoc.perl.org/B::Xref.txt
    Registered: Thu May 22 00:10:15 UTC 2025
    - 12.2K bytes
    - Viewed (0)
  10. Digest::MD5.txt

    package Digest::MD5; use strict; use warnings; our $VERSION = '2.58_01'; require Exporter; *import = \&Exporter::import; our @EXPORT_OK = qw(md5 md5_hex md5_base64); our @ISA; eval { require Digest...
    perldoc.perl.org/Digest::MD5.txt
    Registered: Wed May 21 23:32:59 UTC 2025
    - 10.7K bytes
    - Viewed (0)
Back to top