- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3201 - 3210 of 3,417 for filetype:txt (0.05 sec)
-
CPAN::Meta::Requirements::Range.txt
use v5.10; use strict; use warnings; package CPAN::Meta::Requirements::Range; # ABSTRACT: a set of version requirements for a CPAN dist our $VERSION = '2.143'; use Carp (); #pod =head1 SYNOPSIS #po...perldoc.perl.org/CPAN::Meta::Requirements::Range.txtRegistered: Fri Feb 14 04:46:54 UTC 2025 - 19.3K bytes - Viewed (0) -
utf8.txt
package utf8; use strict; use warnings; our $hint_bits = 0x00800000; our $VERSION = '1.25'; our $AUTOLOAD; sub import { $^H |= $hint_bits; } sub unimport { $^H &= ~$hint_bits; } sub AUTOLOAD { goto...perldoc.perl.org/utf8.txtRegistered: Fri Feb 14 03:33:15 UTC 2025 - 10.6K bytes - Viewed (0) -
CPAN::Meta::History::Meta_1_0.txt
=for :stopwords DOAP RDF =head1 NAME CPAN::Meta::History::Meta_1_0 - Version 1.0 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.0 specification for F<...perldoc.perl.org/CPAN::Meta::History::Meta_1_0.txtRegistered: Fri Feb 14 04:10:42 UTC 2025 - 6.6K bytes - Viewed (0) -
CPAN::Plugin.txt
package CPAN::Plugin; use strict; use warnings; our $VERSION = '0.97'; require CPAN; ########## sub new { # ; my ($class, %params) = @_; my $self = +{ (ref $class ? (%$class) : ()), %params, }; $se...perldoc.perl.org/CPAN::Plugin.txtRegistered: Fri Feb 14 00:29:44 UTC 2025 - 3.1K bytes - Viewed (0) -
ExtUtils::MM_VMS.txt
package ExtUtils::MM_VMS; use strict; use warnings; use ExtUtils::MakeMaker::Config; require Exporter; BEGIN { # so we can compile the thing on non-VMS platforms. if( $^O eq 'VMS' ) { require VMS::...perldoc.perl.org/ExtUtils::MM_VMS.txtRegistered: Sat Feb 15 00:38:15 UTC 2025 - 66.7K bytes - Viewed (0) -
Dumpvalue.txt
use 5.006_001; # for (defined ref) and $#$v and our package Dumpvalue; use strict; use warnings; our $VERSION = '1.21'; our(%address, $stab, @stab, %stab, %subs); sub ASCII { return ord('A') == 65;...perldoc.perl.org/Dumpvalue.txtRegistered: Fri Feb 14 23:13:54 UTC 2025 - 17.3K bytes - Viewed (0) -
File::GlobMapper.txt
package File::GlobMapper; use strict; use warnings; use Carp; our ($CSH_GLOB); BEGIN { if ($] < 5.006) { require File::BSDGlob; File::BSDGlob->import(':glob'); $CSH_GLOB = File::BSDGlob::GLOB_CSH()...perldoc.perl.org/File::GlobMapper.txtRegistered: Fri Feb 14 20:52:43 UTC 2025 - 15.3K 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 Feb 14 22:58:29 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 Feb 14 23:56:01 UTC 2025 - 5.1K bytes - Viewed (0) -
Encode::JP::JIS7.txt
package Encode::JP::JIS7; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); for my $name ( '7bit-...perldoc.perl.org/Encode::JP::JIS7.txtRegistered: Fri Feb 14 22:24:23 UTC 2025 - 4.2K bytes - Viewed (0)