- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1431 - 1440 of 2,642 for host:perldoc.perl.org (0.03 sec)
-
blib.txt
package blib; =head1 NAME blib - Use MakeMaker's uninstalled version of a package =head1 SYNOPSIS perl -Mblib script [args...] perl -Mblib=dir script [args...] =head1 DESCRIPTION Looks for MakeMake...perldoc.perl.org/blib.txtRegistered: Fri Sep 12 13:09:47 UTC 2025 - 2K bytes - Viewed (0) -
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) -
perl5280delta - what is new for perl v5.28.0 - ...
perl5280delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Core Enhancements Unicode 10.0 is supported delete on key/v...perldoc.perl.org/perl5280deltaRegistered: Fri Sep 12 12:16:25 UTC 2025 - 126.8K 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)