Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 9921 - 9930 of about 10,000 for content_length:[10000 TO 99999] (0.11 sec)

  1. perlgpl - the GNU General Public License, versi...

    perlgpl ( source , CPAN ) CONTENTS NAME SYNOPSIS DESCRIPTION GNU GENERAL PUBLIC LICENSE # NAME perlgpl - the GNU Gene...
    perldoc.perl.org/perlgpl
    Registered: Fri Sep 12 12:09:03 UTC 2025
    - 27.8K bytes
    - Viewed (0)
  2. Cwd.txt

    package Cwd; use strict; use Exporter; our $VERSION = '3.94'; my $xs_version = $VERSION; $VERSION =~ tr/_//d; our @ISA = qw/ Exporter /; our @EXPORT = qw(cwd getcwd fastcwd fastgetcwd); push @EXPOR...
    perldoc.perl.org/Cwd.txt
    Registered: Sat Sep 13 05:46:28 UTC 2025
    - 21.1K bytes
    - Viewed (0)
  3. Config::Perl::V.txt

    package Config::Perl::V; use strict; use warnings; use Config; use Exporter; our $VERSION = "0.38"; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( plv2hash summary myconfig signature ); our %EXPOR...
    perldoc.perl.org/Config::Perl::V.txt
    Registered: Sat Sep 13 05:39:23 UTC 2025
    - 15.2K bytes
    - Viewed (0)
  4. ExtUtils::MakeMaker::Locale.txt

    package ExtUtils::MakeMaker::Locale; use strict; use warnings; our $VERSION = "7.76"; $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: Sat Sep 13 05:11:10 UTC 2025
    - 13K bytes
    - Viewed (0)
  5. 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: Sat Sep 13 06:19:40 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  6. 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: Sat Sep 13 13:18:25 UTC 2025
    - 31.4K bytes
    - Viewed (0)
  7. 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: Sat Sep 13 13:41:25 UTC 2025
    - 28.1K bytes
    - Viewed (0)
  8. 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: Sat Sep 13 09:50:33 UTC 2025
    - 19.9K bytes
    - Viewed (0)
  9. perlinterp - An overview of the Perl interprete...

    perlinterp ( source , CPAN ) CONTENTS NAME DESCRIPTION ELEMENTS OF THE INTERPRETER Startup Parsing Optimization Runni...
    perldoc.perl.org/perlinterp
    Registered: Fri Sep 12 12:11:39 UTC 2025
    - 57.9K bytes
    - Viewed (0)
  10. perlgit - Detailed information about git and th...

    perlgit ( source , CPAN ) CONTENTS NAME DESCRIPTION CLONING THE REPOSITORY WORKING WITH THE REPOSITORY Finding out yo...
    perldoc.perl.org/perlgit
    Registered: Fri Sep 12 12:11:44 UTC 2025
    - 54.9K bytes
    - Viewed (0)
Back to top