- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3381 - 3390 of 3,449 for filetype:txt (1.52 sec)
-
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: Fri Sep 12 19:05:16 UTC 2025 - 5.2K 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 Sep 12 20:49:27 UTC 2025 - 4.1K bytes - Viewed (0) -
vmsish.txt
package vmsish; our $VERSION = '1.04'; =head1 NAME vmsish - Perl pragma to control VMS-specific language features =head1 SYNOPSIS use vmsish; use vmsish 'status'; # or '$?' use vmsish 'exit'; use v...perldoc.perl.org/vmsish.txtRegistered: Fri Sep 12 20:59:30 UTC 2025 - 4.2K 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: Fri Sep 12 21:04:53 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... timethese...perldoc.perl.org/Benchmark.txtRegistered: Fri Sep 12 21:29:50 UTC 2025 - 30.3K bytes - Viewed (0) -
feature.txt
# -*- mode: Perl; buffer-read-only: t -*- # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is built by regen/feature.pl. # Any changes made here will be lost! package feature; our $VERSION = '1....perldoc.perl.org/feature.txtRegistered: Fri Sep 12 21:43:26 UTC 2025 - 34.2K 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 Sep 12 21:57:28 UTC 2025 - 1K bytes - Viewed (0)