- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3331 - 3340 of 3,812 for filetype:txt (0.19 sec)
-
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: Fri Apr 25 21:00:00 UTC 2025 - 16.7K bytes - Viewed (0) -
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 Apr 25 21:16:54 UTC 2025 - 19.3K bytes - Viewed (0) -
Test2::Tools::Refcount.txt
# You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2008-2023 -- leonerd@leonerd.org.uk packa...perldoc.perl.org/Test2::Tools::Refcount.txtRegistered: Fri Apr 25 20:39:12 UTC 2025 - 8.6K bytes - Viewed (0) -
autouse.txt
package autouse; #use strict; # debugging only use 5.006; # use warnings $autouse::VERSION = '1.11'; $autouse::DEBUG ||= 0; sub vet_import ($); sub croak { require Carp; Carp::croak(@_); } sub impo...perldoc.perl.org/autouse.txtRegistered: Fri Apr 25 19:00:42 UTC 2025 - 4.1K bytes - Viewed (0) -
CPAN::API::HOWTO.txt
=head1 NAME CPAN::API::HOWTO - a recipe book for programming with CPAN.pm =head1 RECIPES All of these recipes assume that you have put "use CPAN" at the top of your program. =head2 What distributio...perldoc.perl.org/CPAN::API::HOWTO.txtRegistered: Fri Apr 25 22:01:36 UTC 2025 - 1K bytes - Viewed (0) -
App::Cpan.txt
package App::Cpan; use strict; use warnings; use vars qw($VERSION); use if $] < 5.008 => 'IO::Scalar'; $VERSION = '1.678'; =head1 NAME App::Cpan - easily interact with CPAN from the command line =h...perldoc.perl.org/App::Cpan.txtRegistered: Sat Apr 26 02:01:44 UTC 2025 - 39.7K bytes - Viewed (0) -
Socket.txt
package Socket; use v5.6.1; use strict; our $VERSION = '2.038'; =head1 NAME C<Socket> - networking constants and support functions =head1 SYNOPSIS C<Socket> a low-level module used by, among other ...perldoc.perl.org/Socket.txtRegistered: Sat Apr 26 02:09:51 UTC 2025 - 37.6K bytes - Viewed (0) -
Benchmark.txt
package Benchmark; use strict; =head1 NAME Benchmark - benchmark running times of Perl code =head1 SYNOPSIS use Benchmark qw(:all) ; timethis ($count, "code"); # Use Perl code in strings... timethe...perldoc.perl.org/Benchmark.txtRegistered: Fri Apr 25 23:16:14 UTC 2025 - 30.3K bytes - Viewed (0) -
threads::shared.txt
package threads::shared; use 5.008; use strict; use warnings; use Config; use Scalar::Util qw(reftype refaddr blessed); our $VERSION = '1.69'; # Please update the pod, too. my $XS_VERSION = $VERSIO...perldoc.perl.org/threads::shared.txtRegistered: Sat Apr 26 00:46:44 UTC 2025 - 20.1K 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: Sat Apr 26 00:54:22 UTC 2025 - 10.6K bytes - Viewed (0)