- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2241 - 2250 of 2,641 for host:perldoc.perl.org (0.11 sec)
-
Search::Dict.txt
package Search::Dict; use strict; use Exporter; BEGIN { if ("$]" >= 5.015008) { require feature; 'feature'->import('fc'); # string avoids warning on old Perls <sigh> } else { # ($) prototype, not (...perldoc.perl.org/Search::Dict.txtRegistered: Mon Jul 07 21:09:34 UTC 2025 - 3.2K bytes - Viewed (0) -
CPAN::Meta::History::Meta_1_2.txt
=for :stopwords MailingList RWS subcontext =head1 NAME CPAN::Meta::History::Meta_1_2 - Version 1.2 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.2 sp...perldoc.perl.org/CPAN::Meta::History::Meta_1_2.txtRegistered: Fri Jul 11 00:59:53 UTC 2025 - 16.7K bytes - Viewed (0) -
Encode::Guess.txt
package Encode::Guess; use strict; use warnings; use Encode qw(:fallbacks find_encoding); our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; my $Canon ...perldoc.perl.org/Encode::Guess.txtRegistered: Fri Jul 11 04:11:11 UTC 2025 - 9.9K bytes - Viewed (0) -
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: Fri Jul 11 05:24:55 UTC 2025 - 5.1K bytes - Viewed (0) -
ExtUtils::MM_Cygwin.txt
package ExtUtils::MM_Cygwin; use strict; use warnings; use ExtUtils::MakeMaker::Config; use File::Spec; require ExtUtils::MM_Unix; require ExtUtils::MM_Win32; our @ISA = qw( ExtUtils::MM_Unix ); ou...perldoc.perl.org/ExtUtils::MM_Cygwin.txtRegistered: Fri Jul 11 04:29:48 UTC 2025 - 4K bytes - Viewed (0) -
IO::Seekable.txt
# package IO::Seekable; =head1 NAME IO::Seekable - supply seek based methods for I/O objects =head1 SYNOPSIS use IO::Seekable; package IO::Something; @ISA = qw(IO::Seekable); =head1 DESCRIPTION C<I...perldoc.perl.org/IO::Seekable.txtRegistered: Fri Jul 11 05:09:11 UTC 2025 - 2.8K bytes - Viewed (0) -
Encode::JP.txt
package Encode::JP; BEGIN { if ( ord("A") == 193 ) { die "Encode::JP not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ...perldoc.perl.org/Encode::JP.txtRegistered: Fri Jul 11 01:07:23 UTC 2025 - 2.6K bytes - Viewed (0) -
Encode::Byte.txt
package Encode::Byte; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE_...perldoc.perl.org/Encode::Byte.txtRegistered: Fri Jul 11 02:27:31 UTC 2025 - 2.4K bytes - Viewed (0) -
DBM_Filter::encode.txt
package DBM_Filter::encode ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Encode; }; croak "Encode module not found.\n" if $@; } sub Filter { my $encoding_name ...perldoc.perl.org/DBM_Filter::encode.txtRegistered: Fri Jul 11 02:11:57 UTC 2025 - 1.3K bytes - Viewed (0) -
perlpodspec - Plain Old Documentation: format s...
perlpodspec ( source , CPAN ) CONTENTS NAME DESCRIPTION Pod Definitions Pod Commands Pod Formatting Codes Notes on Im...perldoc.perl.org/perlpodspecRegistered: Mon Jul 07 15:27:39 UTC 2025 - 98.5K bytes - Viewed (0)