- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 9961 - 9970 of about 10,000 for content_length:[10000 TO 99999] (0.14 sec)
-
perltw - 正體中文 Perl 指南 - Perldoc Browser
perltw ( source , CPAN ) CONTENTS NAME DESCRIPTION 額外的中文編碼 進一步的資訊 提供 Perl 資源的網址 學習 Perl 的網址 Perl 使用者集會 Unicode 相關網址 中...perldoc.perl.org/perltwRegistered: Fri Sep 12 12:16:11 UTC 2025 - 23.2K bytes - Viewed (0) -
perl5281delta - what is new for perl v5.28.1 - ...
perl5281delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Security [CVE-2018-18311] Integer overflow leading to buffe...perldoc.perl.org/perl5281deltaRegistered: Fri Sep 12 12:16:19 UTC 2025 - 22.9K bytes - Viewed (0) -
perl5203delta - what is new for perl v5.20.3 - ...
perl5203delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Incompatible Changes Modules and Pragmata Updated Modules a...perldoc.perl.org/perl5203deltaRegistered: Fri Sep 12 12:16:29 UTC 2025 - 28.9K bytes - Viewed (0) -
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.213 ; use Compress::Raw::Zlib 2.213 ; use IO::Co...perldoc.perl.org/Compress::Zlib.txtRegistered: Sat Sep 13 02:44:00 UTC 2025 - 43K bytes - Viewed (0) -
Exporter.txt
package Exporter; use strict; no strict 'refs'; our $Debug = 0; our $ExportLevel = 0; our $Verbose ||= 0; our $VERSION = '5.79'; our %Cache; sub as_heavy { require Exporter::Heavy; # Unfortunately,...perldoc.perl.org/Exporter.txtRegistered: Sat Sep 13 02:03:12 UTC 2025 - 18.8K bytes - Viewed (0) -
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.txtRegistered: Sat Sep 13 01:34:13 UTC 2025 - 16.6K bytes - Viewed (0) -
ExtUtils::Installed.txt
use strict; package ExtUtils::Installed; #use warnings; # XXX requires 5.6 use Carp qw(); use ExtUtils::Packlist; use ExtUtils::MakeMaker; use Config; use File::Find; use File::Basename; use File::...perldoc.perl.org/ExtUtils::Installed.txtRegistered: Sat Sep 13 04:05:50 UTC 2025 - 14K bytes - Viewed (0) -
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.213'; $XS_VER...perldoc.perl.org/Compress::Raw::Bzip2.txtRegistered: Sat Sep 13 01:10:25 UTC 2025 - 10.7K bytes - Viewed (0) -
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: Tue Jun 11 13:18:11 2024 # Update Count : 1811 # Status :...perldoc.perl.org/Getopt::Long.txtRegistered: Sat Sep 13 17:52:29 UTC 2025 - 81.1K bytes - Viewed (0) -
Net::Ping.txt
package Net::Ping; require 5.002; require Exporter; use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION $def_timeout $def_proto $def_factor $def_family $max_datasize $pingstring $hires $source...perldoc.perl.org/Net::Ping.txtRegistered: Sat Sep 13 19:22:41 UTC 2025 - 82.1K bytes - Viewed (0)