- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1041 - 1050 of 2,621 for host:perldoc.perl.org (0.04 sec)
-
File::Spec::Cygwin.txt
package File::Spec::Cygwin; use strict; require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Cygwin - methods for Cygwin fi...perldoc.perl.org/File::Spec::Cygwin.txtRegistered: Mon Apr 14 00:16:22 UTC 2025 - 3.5K bytes - Viewed (0) -
File::Spec::AmigaOS.txt
package File::Spec::AmigaOS; use strict; require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::AmigaOS - File::Spec for Amig...perldoc.perl.org/File::Spec::AmigaOS.txtRegistered: Sun Apr 13 23:40:25 UTC 2025 - 982 bytes - Viewed (0) -
Encode::Encoder.txt
# # $Id: Encoder.pm,v 2.3 2013/09/14 07:51:59 dankogai Exp $ # package Encode::Encoder; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ); sprintf "%d." . "%02d"...perldoc.perl.org/Encode::Encoder.txtRegistered: Sat Apr 12 22:33:36 UTC 2025 - 6.2K bytes - Viewed (0) -
Encode::MIME::Name.txt
package Encode::MIME::Name; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 1.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; # NOTE: This table must be 1:1 mapping our %MI...perldoc.perl.org/Encode::MIME::Name.txtRegistered: Sat Apr 12 21:55:01 UTC 2025 - 3.7K bytes - Viewed (0) -
Encode::Encoding.txt
package Encode::Encoding; # Base class for classes which implement encodings use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r ...perldoc.perl.org/Encode::Encoding.txtRegistered: Sun Apr 13 07:06:34 UTC 2025 - 8.9K bytes - Viewed (0) -
DynaLoader.txt
# Generated from DynaLoader_pm.PL, this file is unique for every OS use strict; package DynaLoader; # And Gandalf said: 'Many folk like to know beforehand what is to # be set on the table; but thos...perldoc.perl.org/DynaLoader.txtRegistered: Sun Apr 13 09:44:29 UTC 2025 - 25.4K bytes - Viewed (0) -
ExtUtils::Constant::XS.txt
package ExtUtils::Constant::XS; use strict; use vars qw($VERSION %XS_Constant %XS_TypeSet @ISA @EXPORT_OK $is_perl56); use Carp; use ExtUtils::Constant::Utils 'perl_stringify'; require ExtUtils::Co...perldoc.perl.org/ExtUtils::Constant::XS.txtRegistered: Sun Apr 13 13:20:26 UTC 2025 - 6.2K bytes - Viewed (0) -
ExtUtils::MM_OS390.txt
package ExtUtils::MM_OS390; 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); =head...perldoc.perl.org/ExtUtils::MM_OS390.txtRegistered: Sun Apr 13 14:51:13 UTC 2025 - 2.2K bytes - Viewed (0) -
DirHandle.txt
package DirHandle; our $VERSION = '1.05'; =head1 NAME DirHandle - (obsolete) supply object methods for directory handles =head1 SYNOPSIS # recommended approach since Perl 5.6: do not use DirHandle ...perldoc.perl.org/DirHandle.txtRegistered: Sun Apr 13 08:39:54 UTC 2025 - 2K bytes - Viewed (0) -
ExtUtils::MM_Darwin.txt
package ExtUtils::MM_Darwin; use strict; use warnings; BEGIN { require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Unix ); } our $VERSION = '7.70'; $VERSION =~ tr/_//d; =head1 NAME ExtUtils::MM_...perldoc.perl.org/ExtUtils::MM_Darwin.txtRegistered: Sun Apr 13 14:43:14 UTC 2025 - 1.4K bytes - Viewed (0)