- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1141 - 1150 of 6,570 for content_length:[0 TO 9999] (0.08 sec)
-
AnyDBM_File.txt
package AnyDBM_File; use warnings; use strict; use 5.006_001; our $VERSION = '1.01'; our @ISA = qw(NDBM_File DB_File GDBM_File SDBM_File ODBM_File) unless @ISA; my $mod; for $mod (@ISA) { if (eval ...perldoc.perl.org/AnyDBM_File.txtRegistered: Sun Feb 23 14:35:53 UTC 2025 - 2.6K bytes - Viewed (0) -
File::Spec::Functions.txt
package File::Spec::Functions; use File::Spec; use strict; our $VERSION = '3.91'; $VERSION =~ tr/_//d; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw( canonpath catdir catfile curdir r...perldoc.perl.org/File::Spec::Functions.txtRegistered: Sun Feb 23 17:33:31 UTC 2025 - 2.3K bytes - Viewed (0) -
ExtUtils::Typemaps::Type.txt
package ExtUtils::Typemaps::Type; use 5.006001; use strict; use warnings; require ExtUtils::Typemaps; our $VERSION = '3.51'; =head1 NAME ExtUtils::Typemaps::Type - Entry in the TYPEMAP section of a...perldoc.perl.org/ExtUtils::Typemaps::Type.txtRegistered: Sun Feb 23 17:05:49 UTC 2025 - 2K bytes - Viewed (0) -
Config::Extensions.txt
package Config::Extensions; use strict; our (%Extensions, $VERSION, @ISA, @EXPORT_OK); use Config; require Exporter; $VERSION = '0.03'; @ISA = 'Exporter'; @EXPORT_OK = '%Extensions'; foreach my $ty...perldoc.perl.org/Config::Extensions.txtRegistered: Sun Feb 23 15:24:12 UTC 2025 - 1.3K bytes - Viewed (0) -
ExtUtils::MY.txt
package ExtUtils::MY; use strict; require ExtUtils::MM; our $VERSION = '7.70'; $VERSION =~ tr/_//d; our @ISA = qw(ExtUtils::MM); { package MY; our @ISA = qw(ExtUtils::MY); } sub DESTROY {} =head1 N...perldoc.perl.org/ExtUtils::MY.txtRegistered: Sun Feb 23 17:55:14 UTC 2025 - 678 bytes - Viewed (0) -
ExtUtils::Liblist.txt
package ExtUtils::Liblist; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use File::Spec; require ExtUtils::Liblist::Kid; our @ISA = qw(ExtUtils::Liblist::Kid File::Spec); # ...perldoc.perl.org/ExtUtils::Liblist.txtRegistered: Sun Feb 23 23:49:11 UTC 2025 - 9.3K bytes - Viewed (0) -
ExtUtils::Command::MM.txt
package ExtUtils::Command::MM; require 5.006; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(test_harness pod2man perllocal_install uninstall warn_if_old_pack...perldoc.perl.org/ExtUtils::Command::MM.txtRegistered: Sun Feb 23 19:11:11 UTC 2025 - 7.5K bytes - Viewed (0) -
ExtUtils::ParseXS.txt
=head1 NAME ExtUtils::ParseXS - converts Perl XS code into C code =head1 SYNOPSIS use ExtUtils::ParseXS; my $pxs = ExtUtils::ParseXS->new; $pxs->process_file( filename => 'foo.xs' ); $pxs->process_...perldoc.perl.org/ExtUtils::ParseXS.txtRegistered: Sun Feb 23 21:39:42 UTC 2025 - 4.8K bytes - Viewed (0) -
File::Compare.txt
package File::Compare 1.1008; use v5.12; use warnings; use Exporter 'import'; our @EXPORT = qw(compare); our @EXPORT_OK = qw(cmp compare_text); our $Too_Big = 1024 * 1024 * 2; sub croak { require C...perldoc.perl.org/File::Compare.txtRegistered: Sun Feb 23 19:25:15 UTC 2025 - 4.2K bytes - Viewed (0) -
ExtUtils::testlib.txt
package ExtUtils::testlib; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Cwd; use File::Spec; # So the tests can chdir around and not break @INC. # We use getcwd() becau...perldoc.perl.org/ExtUtils::testlib.txtRegistered: Sun Feb 23 20:37:35 UTC 2025 - 911 bytes - Viewed (0)