- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 31 - 40 of 1,302 for label:perl (0.03 sec)
-
Encode::Config.txt
# # Demand-load module list # package Encode::Config; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use strict; use warnings; our %ExtModule = ( #...perldoc.perl.org/Encode::Config.txtRegistered: Sat Jan 25 08:59:33 UTC 2025 - 5.9K 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: Fri Jan 24 21:31:54 UTC 2025 - 2K bytes - Viewed (0) -
ExtUtils::Constant.txt
package ExtUtils::Constant; use vars qw (@ISA $VERSION @EXPORT_OK %EXPORT_TAGS); $VERSION = '0.25'; =head1 NAME ExtUtils::Constant - generate XS code to import C header constants =head1 SYNOPSIS us...perldoc.perl.org/ExtUtils::Constant.txtRegistered: Sat Jan 25 14:49:31 UTC 2025 - 14.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: Sat Jan 25 14:31:43 UTC 2025 - 8.9K bytes - Viewed (0) -
Encode::PerlIO.txt
=head1 NAME Encode::PerlIO -- a detailed document on Encode and PerlIO =head1 Overview It is very common to want to do encoding transformations when reading or writing files, network connections, p...perldoc.perl.org/Encode::PerlIO.txtRegistered: Sat Jan 25 15:54:33 UTC 2025 - 5.9K 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: Sat Jan 25 16:03:19 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 Jan 25 11:43:41 UTC 2025 - 3.7K bytes - Viewed (0) -
Encode::KR.txt
package Encode::KR; BEGIN { if ( ord("A") == 193 ) { die "Encode::KR not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...perldoc.perl.org/Encode::KR.txtRegistered: Sat Jan 25 12:48:53 UTC 2025 - 1.9K 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: Sat Jan 25 15:24:11 UTC 2025 - 1.4K bytes - Viewed (0) -
ExtUtils::MM_Win95.txt
package ExtUtils::MM_Win95; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Win32; our @ISA = qw(ExtUtils::MM_Win32); use ExtUtils::MakeMaker::Config; =he...perldoc.perl.org/ExtUtils::MM_Win95.txtRegistered: Sat Jan 25 12:34:39 UTC 2025 - 1.3K bytes - Viewed (0)