- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2891 - 2900 of 3,812 for filetype:txt (0.04 sec)
-
SelfLoader.txt
package SelfLoader; use 5.008; use strict; use IO::Handle; our $VERSION = "1.27"; # The following bit of eval-magic is necessary to make this work on # perls < 5.009005. our $AttrList; BEGIN { if (...perldoc.perl.org/SelfLoader.txtRegistered: Sun Apr 27 11:01:58 UTC 2025 - 17.3K bytes - Viewed (0) -
NEXT.txt
package NEXT; use Carp; use strict; use warnings; use overload (); our $VERSION = '0.69'; sub NEXT::ELSEWHERE::ancestors { my @inlist = shift; my @outlist = (); while (my $next = shift @inlist) { p...perldoc.perl.org/NEXT.txtRegistered: Sun Apr 27 07:51:44 UTC 2025 - 18.5K bytes - Viewed (0) -
IPC::Open3.txt
package IPC::Open3; use strict; no strict 'refs'; # because users pass me bareword filehandles use Exporter 'import'; use Carp; use Symbol qw(gensym qualify); our $VERSION = '1.22'; our @EXPORT = q...perldoc.perl.org/IPC::Open3.txtRegistered: Sun Apr 27 06:37:03 UTC 2025 - 13.1K bytes - Viewed (0) -
Pod::Html::Util.txt
package Pod::Html::Util; use strict; use Exporter 'import'; our $VERSION = 1.35; # Please keep in synch with lib/Pod/Html.pm $VERSION = eval $VERSION; our @EXPORT_OK = qw( anchorify html_escape htm...perldoc.perl.org/Pod::Html::Util.txtRegistered: Sun Apr 27 13:02:10 UTC 2025 - 8.5K bytes - Viewed (0) -
Pod::Simple::SimpleTree.txt
package Pod::Simple::SimpleTree; use strict; use warnings; use Carp (); use Pod::Simple (); our $VERSION = '3.45'; BEGIN { our @ISA = ('Pod::Simple'); *DEBUG = \&Pod::Simple::DEBUG unless defined &...perldoc.perl.org/Pod::Simple::SimpleTree.txtRegistered: Sun Apr 27 12:31:01 UTC 2025 - 4.5K bytes - Viewed (0) -
MIME::QuotedPrint.txt
package MIME::QuotedPrint; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(encode_qp decode_qp); our $VERSION = '3.16_01'; use MIME::Base64; # will load XS ver...perldoc.perl.org/MIME::QuotedPrint.txtRegistered: Sun Apr 27 06:42:33 UTC 2025 - 3.2K bytes - Viewed (0) -
CPAN.txt
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.36'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over and w...perldoc.perl.org/CPAN.txtRegistered: Sat Apr 26 00:24:23 UTC 2025 - 144.4K bytes - Viewed (0) -
Devel::Peek.txt
# Devel::Peek - A data debugging tool for the XS programmer # The documentation is after the __END__ package Devel::Peek; $VERSION = '1.34'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; requir...perldoc.perl.org/Devel::Peek.txtRegistered: Sat Apr 26 13:57:15 UTC 2025 - 17.6K bytes - Viewed (0) -
CPAN::Meta::History::Meta_1_3.txt
=for :stopwords MailingList PODs RWS subcontext =head1 NAME CPAN::Meta::History::Meta_1_3 - Version 1.3 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1...perldoc.perl.org/CPAN::Meta::History::Meta_1_3.txtRegistered: Sat Apr 26 01:44:40 UTC 2025 - 18.1K 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 Apr 26 13:46:11 UTC 2025 - 14.7K bytes - Viewed (0)