- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2331 - 2340 of 2,641 for host:perldoc.perl.org (0.03 sec)
-
CPAN::Plugin.txt
package CPAN::Plugin; use strict; use warnings; our $VERSION = '0.97'; require CPAN; ########## sub new { # ; my ($class, %params) = @_; my $self = +{ (ref $class ? (%$class) : ()), %params, }; $se...perldoc.perl.org/CPAN::Plugin.txtRegistered: Thu Jul 10 16:30:28 UTC 2025 - 3.1K bytes - Viewed (0) -
Encode::CJKConstants.txt
# # $Id: CJKConstants.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp $ # package Encode::CJKConstants; use strict; use warnings; our $RCSID = q$Id: CJKConstants.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp...perldoc.perl.org/Encode::CJKConstants.txtRegistered: Thu Jul 10 16:47:26 UTC 2025 - 1.6K bytes - Viewed (0) -
ExtUtils::MM_UWIN.txt
package ExtUtils::MM_UWIN; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_UWIN - U/WIN s...perldoc.perl.org/ExtUtils::MM_UWIN.txtRegistered: Thu Jul 10 19:34:37 UTC 2025 - 994 bytes - Viewed (0) -
ExtUtils::MM_Any.txt
package ExtUtils::MM_Any; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; use Carp; use File::Spec; use File::Basename; BEGIN { our @ISA = qw(File::Spec); } # We need $Verbose...perldoc.perl.org/ExtUtils::MM_Any.txtRegistered: Thu Jul 10 23:55:51 UTC 2025 - 81.4K bytes - Viewed (0) -
ExtUtils::Constant::Base.txt
package ExtUtils::Constant::Base; use strict; use vars qw($VERSION); use Carp; use Text::Wrap; use ExtUtils::Constant::Utils qw(C_stringify perl_stringify); $VERSION = '0.07'; use constant is_perl5...perldoc.perl.org/ExtUtils::Constant::Base.txtRegistered: Thu Jul 10 22:54:42 UTC 2025 - 32.5K bytes - Viewed (0) -
Dumpvalue.txt
use 5.006_001; # for (defined ref) and $#$v and our package Dumpvalue; use strict; use warnings; our $VERSION = '1.21'; our(%address, $stab, @stab, %stab, %subs); sub ASCII { return ord('A') == 65;...perldoc.perl.org/Dumpvalue.txtRegistered: Fri Jul 11 00:50:49 UTC 2025 - 17.3K bytes - Viewed (0) -
Encode::Unicode.txt
package Encode::Unicode; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.20 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE__, $VERS...perldoc.perl.org/Encode::Unicode.txtRegistered: Fri Jul 11 00:24:29 UTC 2025 - 8.7K bytes - Viewed (0) -
Exporter::Heavy.txt
package Exporter::Heavy; use strict; no strict 'refs'; our $VERSION = '5.79'; =head1 NAME Exporter::Heavy - Exporter guts =head1 SYNOPSIS (internal use only) =head1 DESCRIPTION No user-serviceable ...perldoc.perl.org/Exporter::Heavy.txtRegistered: Fri Jul 11 00:33:32 UTC 2025 - 6.3K bytes - Viewed (0) -
Encode::CN.txt
package Encode::CN; BEGIN { if ( ord("A") == 193 ) { die "Encode::CN not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...perldoc.perl.org/Encode::CN.txtRegistered: Thu Jul 10 22:08:29 UTC 2025 - 2K bytes - Viewed (0) -
ExtUtils::MM_AIX.txt
package ExtUtils::MM_AIX; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; use ExtUtils::MakeMaker::Config; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 ...perldoc.perl.org/ExtUtils::MM_AIX.txtRegistered: Thu Jul 10 21:07:00 UTC 2025 - 1.5K bytes - Viewed (0)