- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 721 - 730 of 2,642 for host:perldoc.perl.org (0.03 sec)
-
ExtUtils::PL2Bat.txt
package ExtUtils::PL2Bat; $ExtUtils::PL2Bat::VERSION = '0.005'; use strict; use warnings; use 5.006; use Config; use Carp qw/croak/; # In core, we can't use any other modules except those that alre...perldoc.perl.org/ExtUtils::PL2Bat.txtRegistered: Thu Sep 04 16:19:38 UTC 2025 - 5.1K 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: Thu Sep 04 18:07:25 UTC 2025 - 6.3K bytes - Viewed (0) -
ExtUtils::MM_NW5.txt
package ExtUtils::MM_NW5; =head1 NAME ExtUtils::MM_NW5 - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_NW5; # Done internally by ExtUtils::MakeMaker if ...perldoc.perl.org/ExtUtils::MM_NW5.txtRegistered: Thu Sep 04 14:34:35 UTC 2025 - 5.4K bytes - Viewed (0) -
Encode::JP::JIS7.txt
package Encode::JP::JIS7; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); for my $name ( '7bit-...perldoc.perl.org/Encode::JP::JIS7.txtRegistered: Thu Sep 04 17:51:55 UTC 2025 - 4.2K 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 Sep 04 13:37:32 UTC 2025 - 994 bytes - Viewed (0) -
ExtUtils::MM_VOS.txt
package ExtUtils::MM_VOS; 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_VOS - VOS speci...perldoc.perl.org/ExtUtils::MM_VOS.txtRegistered: Thu Sep 04 13:42:19 UTC 2025 - 762 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: Fri Sep 05 00:08:59 UTC 2025 - 81.4K bytes - Viewed (0) -
ExtUtils::MM_VMS.txt
package ExtUtils::MM_VMS; use strict; use warnings; use ExtUtils::MakeMaker::Config; require Exporter; BEGIN { # so we can compile the thing on non-VMS platforms. if( $^O eq 'VMS' ) { require VMS::...perldoc.perl.org/ExtUtils::MM_VMS.txtRegistered: Thu Sep 04 20:01:26 UTC 2025 - 66.7K bytes - Viewed (0) -
File::Fetch.txt
package File::Fetch; use strict; use FileHandle; use File::Temp; use File::Copy; use File::Spec; use File::Spec::Unix; use File::Basename qw[dirname]; use Cwd qw[cwd]; use Carp qw[carp]; use IPC::C...perldoc.perl.org/File::Fetch.txtRegistered: Thu Sep 04 19:01:55 UTC 2025 - 46.2K bytes - Viewed (0) -
Filter::Util::Call.txt
# Call.pm # # Copyright (c) 1995-2011 Paul Marquess. All rights reserved. # Copyright (c) 2011-2014, 2018-2022 Reini Urban. All rights reserved. # Copyright (c) 2014-2017 cPanel Inc. All rights res...perldoc.perl.org/Filter::Util::Call.txtRegistered: Thu Sep 04 18:37:48 UTC 2025 - 13.7K bytes - Viewed (0)