- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3241 - 3250 of 3,463 for filetype:txt (0.1 sec)
-
CPAN::HandleConfig.txt
package CPAN::HandleConfig; use strict; use vars qw(%can %keys $loading $VERSION); use File::Path (); use File::Spec (); use File::Basename (); use Carp (); =head1 NAME CPAN::HandleConfig - interna...perldoc.perl.org/CPAN::HandleConfig.txtRegistered: Tue Jun 17 19:38:12 UTC 2025 - 23.6K 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: Tue Jun 17 20:07:20 UTC 2025 - 16.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: Tue Jun 17 20:58:50 UTC 2025 - 17.3K bytes - Viewed (0) -
CPAN::Meta::History.txt
# vi:tw=72 use 5.006; use strict; use warnings; package CPAN::Meta::History; our $VERSION = '2.150010'; 1; # ABSTRACT: history of CPAN Meta Spec changes __END__ =pod =encoding UTF-8 =head1 NAME CPA...perldoc.perl.org/CPAN::Meta::History.txtRegistered: Tue Jun 17 18:53:38 UTC 2025 - 5.2K 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: Tue Jun 17 22:58:14 UTC 2025 - 4.2K 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: Tue Jun 17 21:59:53 UTC 2025 - 3.1K 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: Tue Jun 17 19:03:02 UTC 2025 - 1.3K bytes - Viewed (0) -
perlxs.txt
=head1 NAME perlxs - XS language reference manual =head1 DESCRIPTION =head2 Introduction XS is an interface description file format used to create an extension interface between Perl and C code (or...perldoc.perl.org/perlxs.txtRegistered: Sat Jun 21 14:24:40 UTC 2025 - 75.3K bytes - Viewed (0) -
perluniintro.txt
=head1 NAME perluniintro - Perl Unicode introduction =head1 DESCRIPTION This document gives a general idea of Unicode and how to use Unicode in Perl. See L</Further Resources> for references to mor...perldoc.perl.org/perluniintro.txtRegistered: Sat Jun 21 14:06:25 UTC 2025 - 37.7K bytes - Viewed (0) -
perldeprecation.txt
=head1 NAME perldeprecation - list Perl deprecations =head1 DESCRIPTION The purpose of this document is to document what has been deprecated in Perl, and by which version the deprecated feature wil...perldoc.perl.org/perldeprecation.txtRegistered: Sat Jun 21 16:04:39 UTC 2025 - 23.9K bytes - Viewed (0)