- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 9921 - 9930 of about 10,000 for content_length:[10000 TO 99999] (0.11 sec)
-
perl5381delta - what is new for perl v5.38.1 - ...
perl5381delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Security CVE-2023-47038 - Write past buffer end via illegal...perldoc.perl.org/perl5381deltaRegistered: Fri Sep 12 12:08:20 UTC 2025 - 21.1K bytes - Viewed (0) -
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/perlgplRegistered: Fri Sep 12 12:09:03 UTC 2025 - 27.8K bytes - Viewed (0) -
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.txtRegistered: Sat Sep 13 05:46:28 UTC 2025 - 21.1K bytes - Viewed (0) -
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.txtRegistered: Sat Sep 13 05:39:23 UTC 2025 - 15.2K bytes - Viewed (0) -
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.txtRegistered: Sat Sep 13 05:11:10 UTC 2025 - 13K bytes - Viewed (0) -
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.txtRegistered: Sat Sep 13 06:19:40 UTC 2025 - 10.8K bytes - Viewed (0) -
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.txtRegistered: Sat Sep 13 13:18:25 UTC 2025 - 31.4K bytes - Viewed (0) -
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.txtRegistered: Sat Sep 13 13:41:25 UTC 2025 - 28.1K bytes - Viewed (0) -
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.txtRegistered: Sat Sep 13 09:50:33 UTC 2025 - 19.9K bytes - Viewed (0) -
perlinterp - An overview of the Perl interprete...
perlinterp ( source , CPAN ) CONTENTS NAME DESCRIPTION ELEMENTS OF THE INTERPRETER Startup Parsing Optimization Runni...perldoc.perl.org/perlinterpRegistered: Fri Sep 12 12:11:39 UTC 2025 - 57.9K bytes - Viewed (0)