- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 161 - 170 of 1,302 for label:perl (0.04 sec)
-
parent.txt
package parent; use strict; our $VERSION = '0.241'; sub import { my $class = shift; my $inheritor = caller(0); if ( @_ and $_[0] eq '-norequire' ) { shift @_; } else { for ( my @filename = @_ ) { s...perldoc.perl.org/parent.txtRegistered: Fri Apr 04 09:00:53 UTC 2025 - 2.6K 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: Fri Apr 04 14:14:24 UTC 2025 - 1.4K bytes - Viewed (0) -
ExtUtils::CBuilder.txt
package ExtUtils::CBuilder; use File::Spec (); use File::Path (); use File::Basename (); use Perl::OSType qw/os_type/; use warnings; use strict; our $VERSION = '0.280240'; # VERSION our @ISA; # We ...perldoc.perl.org/ExtUtils::CBuilder.txtRegistered: Fri Apr 04 20:04:47 UTC 2025 - 8.7K 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 Apr 05 01:49:19 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 Apr 05 00:04:28 UTC 2025 - 6.2K bytes - Viewed (0) -
IO::Poll.txt
# IO::Poll.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl i...perldoc.perl.org/IO::Poll.txtRegistered: Sat Apr 05 03:32:27 UTC 2025 - 4.4K bytes - Viewed (0) -
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 Apr 05 00:27:22 UTC 2025 - 5.9K 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: Fri Apr 04 23:26:48 UTC 2025 - 2.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 05 01:41:30 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: Fri Apr 04 21:52:38 UTC 2025 - 1.9K bytes - Viewed (0)