- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 951 - 960 of 1,306 for label:perl (0.02 sec)
-
warnings::register.txt
package warnings::register 1.06; require warnings; # left here as cruft in case other users were using this undocumented routine # -- rjbs, 2010-09-08 sub mkMask { my ($bit) = @_; my $mask = ""; ve...perldoc.perl.org/warnings::register.txtRegistered: Sat Jun 07 23:22:58 UTC 2025 - 768 bytes - Viewed (0) -
Encode.txt
# # $Id: Encode.pm,v 3.21 2024/02/25 22:17:32 dankogai Exp $ # package Encode; use strict; use warnings; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; our $VERSION; BEGIN { $VERSION = sprintf "%...perldoc.perl.org/Encode.txtRegistered: Sun Jun 08 17:06:00 UTC 2025 - 31.4K bytes - Viewed (0) -
Encode::Supported.txt
=head1 NAME Encode::Supported -- Encodings supported by Encode =head1 DESCRIPTION =head2 Encoding Names Encoding names are case insensitive. White space in names is ignored. In addition, an encodin...perldoc.perl.org/Encode::Supported.txtRegistered: Sun Jun 08 18:47:42 UTC 2025 - 28.1K bytes - Viewed (0) -
Class::Struct.txt
package Class::Struct; ## See POD after __END__ use 5.006_001; use strict; use warnings::register; our(@ISA, @EXPORT, $VERSION); use Carp; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(struct...perldoc.perl.org/Class::Struct.txtRegistered: Sun Jun 08 16:44:40 UTC 2025 - 19.9K bytes - Viewed (0) -
ExtUtils::MakeMaker::Locale.txt
package ExtUtils::MakeMaker::Locale; use strict; use warnings; our $VERSION = "7.70"; $VERSION =~ tr/_//d; use base 'Exporter'; our @EXPORT_OK = qw( decode_argv env $ENCODING_LOCALE $ENCODING_LOCAL...perldoc.perl.org/ExtUtils::MakeMaker::Locale.txtRegistered: Sun Jun 08 12:16:56 UTC 2025 - 13K bytes - Viewed (0) -
ExtUtils::Mksymlists.txt
package ExtUtils::Mksymlists; use 5.006; use strict qw[ subs refs ]; # no strict 'vars'; # until filehandles are exempted use warnings; use Carp; use Exporter; use Config; our @ISA = qw(Exporter); ...perldoc.perl.org/ExtUtils::Mksymlists.txtRegistered: Sun Jun 08 17:34:51 UTC 2025 - 10.8K bytes - Viewed (0) -
Devel::SelfStubber.txt
package Devel::SelfStubber; use File::Spec; require SelfLoader; @ISA = qw(SelfLoader); @EXPORT = 'AUTOLOAD'; $JUST_STUBS = 1; $VERSION = 1.06; sub Version {$VERSION} # Use as # perl -e 'use Devel::...perldoc.perl.org/Devel::SelfStubber.txtRegistered: Sun Jun 08 15:10:40 UTC 2025 - 4.8K bytes - Viewed (0) -
ExtUtils::Typemaps::Cmd.txt
package ExtUtils::Typemaps::Cmd; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; use ExtUtils::Typemaps; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(embeddable_typema...perldoc.perl.org/ExtUtils::Typemaps::Cmd.txtRegistered: Sun Jun 08 17:43:03 UTC 2025 - 4K bytes - Viewed (0) -
ExtUtils::MM.txt
package ExtUtils::MM; use strict; use warnings; use ExtUtils::MakeMaker::Config; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::Liblist; require ExtUtils::MakeMaker; our @ISA = qw(Ex...perldoc.perl.org/ExtUtils::MM.txtRegistered: Sun Jun 08 15:38:44 UTC 2025 - 2.1K bytes - Viewed (0) -
ExtUtils::MM_DOS.txt
package ExtUtils::MM_DOS; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Any; require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Uni...perldoc.perl.org/ExtUtils::MM_DOS.txtRegistered: Sun Jun 08 15:55:11 UTC 2025 - 1K bytes - Viewed (0)