- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1201 - 1210 of 1,306 for label:perl (0.02 sec)
-
ExtUtils::Embed.txt
package ExtUtils::Embed; require Exporter; use Config; require File::Spec; our ( @Extensions, $opt_o, $opt_s ); use strict; # This is not a dual-life module, so no need for development version numb...perldoc.perl.org/ExtUtils::Embed.txtRegistered: Sun Apr 20 19:24:39 UTC 2025 - 12.4K bytes - Viewed (0) -
FileHandle.txt
package FileHandle; use 5.006; use strict; our($VERSION, @ISA, @EXPORT, @EXPORT_OK); $VERSION = "2.05"; require IO::File; @ISA = qw(IO::File); @EXPORT = qw(_IOFBF _IOLBF _IONBF); @EXPORT_OK = qw( p...perldoc.perl.org/FileHandle.txtRegistered: Sun Apr 20 21:41:38 UTC 2025 - 6.6K bytes - Viewed (0) -
Exporter::Heavy.txt
package Exporter::Heavy; use strict; no strict 'refs'; # On one line so MakeMaker will see it. our $VERSION = '5.78'; =head1 NAME Exporter::Heavy - Exporter guts =head1 SYNOPSIS (internal use only)...perldoc.perl.org/Exporter::Heavy.txtRegistered: Sun Apr 20 19:37:29 UTC 2025 - 6.4K bytes - Viewed (0) -
ExtUtils::Constant::Utils.txt
package ExtUtils::Constant::Utils; use strict; use vars qw($VERSION @EXPORT_OK @ISA); use Carp; @ISA = 'Exporter'; @EXPORT_OK = qw(C_stringify perl_stringify); $VERSION = '0.04'; use constant is_pe...perldoc.perl.org/ExtUtils::Constant::Utils.txtRegistered: Sun Apr 20 19:16:19 UTC 2025 - 3.4K bytes - Viewed (0) -
ExtUtils::MM_AIX.txt
package ExtUtils::MM_AIX; use strict; use warnings; our $VERSION = '7.70'; $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: Sun Apr 20 18:32:29 UTC 2025 - 1.5K bytes - Viewed (0) -
ExtUtils::MM_MacOS.txt
package ExtUtils::MM_MacOS; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; sub new { die 'MacOS Classic (MacPerl) is no longer supported by MakeMaker'; } =head1 NAME ExtUtils...perldoc.perl.org/ExtUtils::MM_MacOS.txtRegistered: Sun Apr 20 18:24:21 UTC 2025 - 901 bytes - Viewed (0) -
ExtUtils::MM_VOS.txt
package ExtUtils::MM_VOS; use strict; use warnings; our $VERSION = '7.70'; $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: Sun Apr 20 15:22:01 UTC 2025 - 762 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: Mon Apr 21 00:58:11 UTC 2025 - 66.7K 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: Sun Apr 20 23:40:02 UTC 2025 - 32.5K bytes - Viewed (0) -
File::GlobMapper.txt
package File::GlobMapper; use strict; use warnings; use Carp; our ($CSH_GLOB); BEGIN { if ($] < 5.006) { require File::BSDGlob; File::BSDGlob->import(':glob'); $CSH_GLOB = File::BSDGlob::GLOB_CSH()...perldoc.perl.org/File::GlobMapper.txtRegistered: Sun Apr 20 22:31:21 UTC 2025 - 15.3K bytes - Viewed (0)