- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1431 - 1440 of 2,636 for host:perldoc.perl.org (0.07 sec)
-
B::Showlex.txt
package B::Showlex; our $VERSION = '1.05'; use strict; use B qw(svref_2object comppadlist class); use B::Terse (); use B::Concise (); # # Invoke as # perl -MO=Showlex,foo bar.pl # to see the names ...perldoc.perl.org/B::Showlex.txtRegistered: Thu Jul 10 10:14:56 UTC 2025 - 5.5K bytes - Viewed (0) -
Encode::CN::HZ.txt
package Encode::CN::HZ; use strict; use warnings; use utf8 (); use vars qw($VERSION); $VERSION = do { my @r = ( q$Revision: 2.10 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fa...perldoc.perl.org/Encode::CN::HZ.txtRegistered: Thu Jul 10 14:17:22 UTC 2025 - 5.9K bytes - Viewed (0) -
CPAN::Kwalify.txt
=head1 NAME CPAN::Kwalify - Interface between CPAN.pm and Kwalify.pm =head1 SYNOPSIS use CPAN::Kwalify; validate($schema_name, $data, $file, $doc); =head1 DESCRIPTION =over =item _validate($schema_...perldoc.perl.org/CPAN::Kwalify.txtRegistered: Thu Jul 10 13:07:27 UTC 2025 - 3.3K bytes - Viewed (0) -
ExtUtils::MM.txt
package ExtUtils::MM; use strict; use warnings; use ExtUtils::MakeMaker::Config; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require ExtUtils::Liblist; require ExtUtils::MakeMaker; our @ISA = qw(Ex...perldoc.perl.org/ExtUtils::MM.txtRegistered: Thu Jul 10 14:43:38 UTC 2025 - 2.1K bytes - Viewed (0) -
ExtUtils::MM_DOS.txt
package ExtUtils::MM_DOS; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require ExtUtils::MM_Any; require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Uni...perldoc.perl.org/ExtUtils::MM_DOS.txtRegistered: Thu Jul 10 14:08:32 UTC 2025 - 1K 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: Thu Jul 10 16:22:41 UTC 2025 - 21.1K bytes - Viewed (0) -
Encode::Symbol.txt
package Encode::Symbol; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAG...perldoc.perl.org/Encode::Symbol.txtRegistered: Thu Jul 10 17:53:44 UTC 2025 - 847 bytes - Viewed (0) -
ExtUtils::MM_Unix.txt
package ExtUtils::MM_Unix; require 5.006; use strict; use warnings; use Carp; use ExtUtils::MakeMaker::Config; use File::Basename qw(basename dirname); our %Config_Override; use ExtUtils::MakeMaker...perldoc.perl.org/ExtUtils::MM_Unix.txtRegistered: Thu Jul 10 18:19:53 UTC 2025 - 113.5K bytes - Viewed (0) -
ExtUtils::MakeMaker::Config.txt
package ExtUtils::MakeMaker::Config; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; use Config (); # Give us an overridable config. our %Config = %Config::Config; sub import ...perldoc.perl.org/ExtUtils::MakeMaker::Config.txtRegistered: Thu Jul 10 18:27:49 UTC 2025 - 602 bytes - Viewed (0) -
ExtUtils::MM_OS2.txt
package ExtUtils::MM_OS2; use strict; use warnings; use ExtUtils::MakeMaker qw(neatvalue); use File::Spec; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require ExtUtils::MM_Any; require ExtUtils::MM...perldoc.perl.org/ExtUtils::MM_OS2.txtRegistered: Thu Jul 10 18:35:25 UTC 2025 - 3.2K bytes - Viewed (0)